Skip to content

Commit

Permalink
chore(release): 0.35.3 [skip ci]
Browse files Browse the repository at this point in the history
## [0.35.3](v0.35.2...v0.35.3) (2024-04-26)

### Bug Fixes

* Clippy append instead of extend ([1a85b9b](1a85b9b))
* Clippy explicit ToString implementation ([15250a9](15250a9))
* Clippy panic warnings ([552aff2](552aff2))
* Clippys from generated code ([89cce5b](89cce5b))
* More clippy warnings ([6de23bb](6de23bb))
* Remove useless reference that causes clippy warnings ([2fca98b](2fca98b))
  • Loading branch information
semantic-release-bot committed Apr 26, 2024
1 parent 9c5909c commit db2b6f7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,15 @@
## [0.35.3](https://github.com/arlyon/async-stripe/compare/v0.35.2...v0.35.3) (2024-04-26)


### Bug Fixes

* Clippy append instead of extend ([1a85b9b](https://github.com/arlyon/async-stripe/commit/1a85b9b9ea3dc940ea86434d3ef9a2a6755b6160))
* Clippy explicit ToString implementation ([15250a9](https://github.com/arlyon/async-stripe/commit/15250a96d19ec142693761c3d4a455a35b1ae780))
* Clippy panic warnings ([552aff2](https://github.com/arlyon/async-stripe/commit/552aff238dd16135d7645f1692b891c75cb0459b))
* Clippys from generated code ([89cce5b](https://github.com/arlyon/async-stripe/commit/89cce5ba442a528939aa54c455eefd9ad27f8b58))
* More clippy warnings ([6de23bb](https://github.com/arlyon/async-stripe/commit/6de23bbee3713cc54bc148513a6c1331f0fb5998))
* Remove useless reference that causes clippy warnings ([2fca98b](https://github.com/arlyon/async-stripe/commit/2fca98be10ba9f5a746d04a46aa7ef1532c00056))

## [0.35.2](https://github.com/arlyon/async-stripe/compare/v0.35.1...v0.35.2) (2024-04-26)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -7,7 +7,7 @@ members = [

[package]
name = "async-stripe"
version = "0.35.2"
version = "0.35.3"
description = "API bindings for the Stripe HTTP API"
rust-version = "1.74.0"
authors = [
Expand Down

0 comments on commit db2b6f7

Please sign in to comment.