We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5780ab1 commit a110cd1Copy full SHA for a110cd1
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [0.15.2](https://github.com/arlyon/async-stripe/compare/v0.15.1...v0.15.2) (2023-01-17)
2
+
3
4
+### Bug Fixes
5
6
+* add automated release config ([ac5a87a](https://github.com/arlyon/async-stripe/commit/ac5a87a65d3e78b02cc1624b424fad32c7cd36a6))
7
8
# Version 0.15.1 (January 16, 2022)
9
10
This is a half-release before we overhaul the codegen in 0.16.
Cargo.toml
@@ -7,7 +7,7 @@ members = [
[package]
name = "async-stripe"
-version = "0.15.1"
+version = "0.15.2"
11
description = "API bindings for the Stripe HTTP API"
12
rust-version = "1.60.0"
13
authors = [
0 commit comments