Skip to content

Commit

Permalink
chore(release): 0.20.1 [skip ci]
Browse files Browse the repository at this point in the history
## [0.20.1](arlyon/async-stripe@v0.20.0...v0.20.1) (2023-03-23)

### Bug Fixes

* Use `HashMap::from` ([0c8dc9d](arlyon@0c8dc9d))
  • Loading branch information
semantic-release-bot committed Mar 23, 2023
1 parent e7c6456 commit 15c6e8f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [0.20.1](https://github.com/arlyon/async-stripe/compare/v0.20.0...v0.20.1) (2023-03-23)


### Bug Fixes

* Use `HashMap::from` ([0c8dc9d](https://github.com/arlyon/async-stripe/commit/0c8dc9d89267a034c0901e7da15adc79c30050c3))

# [0.20.0](https://github.com/arlyon/async-stripe/compare/v0.19.0...v0.20.0) (2023-03-09)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ members = [

[package]
name = "async-stripe"
version = "0.20.0"
version = "0.20.1"
description = "API bindings for the Stripe HTTP API"
rust-version = "1.63.0"
authors = [
Expand Down

0 comments on commit 15c6e8f

Please sign in to comment.