We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a91ac97 commit f0fd711Copy full SHA for f0fd711
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [0.34.1](https://github.com/arlyon/async-stripe/compare/v0.34.0...v0.34.1) (2024-02-15)
2
+
3
4
+### Bug Fixes
5
6
+* fixes an issue with missing renames of Self_ ([9c58038](https://github.com/arlyon/async-stripe/commit/9c5803812af379a5265946afe4c177d3fcd0370e))
7
8
# [0.34.0](https://github.com/arlyon/async-stripe/compare/v0.33.1...v0.34.0) (2024-02-15)
9
10
Cargo.toml
@@ -7,7 +7,7 @@ members = [
[package]
name = "async-stripe"
-version = "0.34.0"
+version = "0.34.1"
11
description = "API bindings for the Stripe HTTP API"
12
rust-version = "1.68.0"
13
authors = [
0 commit comments