Skip to content

Commit

Permalink
chore(release): 0.37.1 [skip ci]
Browse files Browse the repository at this point in the history
## [0.37.1](v0.37.0...v0.37.1) (2024-05-24)

### Bug Fixes

* Leftover clippy warnings ([888307d](888307d))
* Run clippy on openapi generator ([c63c197](c63c197))
  • Loading branch information
semantic-release-bot committed May 24, 2024
1 parent 9347c1b commit 0a00d31
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [0.37.1](https://github.com/arlyon/async-stripe/compare/v0.37.0...v0.37.1) (2024-05-24)


### Bug Fixes

* Leftover clippy warnings ([888307d](https://github.com/arlyon/async-stripe/commit/888307d23d852ebc2f453e788e7fd682efb9dd6f))
* Run clippy on openapi generator ([c63c197](https://github.com/arlyon/async-stripe/commit/c63c197e7cd6f73c0183345c82be77ef2a4c06f5))

# [0.37.0](https://github.com/arlyon/async-stripe/compare/v0.36.0...v0.37.0) (2024-04-30)


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.37.0"
version = "0.37.1"
description = "API bindings for the Stripe HTTP API"
rust-version = "1.74.0"
authors = [
Expand Down

0 comments on commit 0a00d31

Please sign in to comment.