Skip to content

Commit 9cfd265

Browse files
chore(release): 0.39.0 [skip ci]
# [0.39.0](v0.38.1...v0.39.0) (2024-08-31) ### Bug Fixes * `post` -> `post_form` ([bc39260](bc39260)) * Move `promotion_code_ext` to `products` feature ([32435f3](32435f3)) * Re-export ([24f1782](24f1782)) ### Features * Create promotion code ([0fde9eb](0fde9eb))
1 parent 5565536 commit 9cfd265

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [0.39.0](https://github.com/arlyon/async-stripe/compare/v0.38.1...v0.39.0) (2024-08-31)
2+
3+
4+
### Bug Fixes
5+
6+
* `post` -> `post_form` ([bc39260](https://github.com/arlyon/async-stripe/commit/bc3926039eb50d48cf8f20ddb8110c847e7f7f00))
7+
* Move `promotion_code_ext` to `products` feature ([32435f3](https://github.com/arlyon/async-stripe/commit/32435f38c242ad47d8c992d1178736c460f107f2))
8+
* Re-export ([24f1782](https://github.com/arlyon/async-stripe/commit/24f17823b1812886bda32762f9de66dceb83559b))
9+
10+
11+
### Features
12+
13+
* Create promotion code ([0fde9eb](https://github.com/arlyon/async-stripe/commit/0fde9eb6bc3333bab3bb135709697d114017be4a))
14+
115
## [0.38.1](https://github.com/arlyon/async-stripe/compare/v0.38.0...v0.38.1) (2024-08-06)
216

317

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ members = [
77

88
[package]
99
name = "async-stripe"
10-
version = "0.38.1"
10+
version = "0.39.0"
1111
description = "API bindings for the Stripe HTTP API"
1212
rust-version = "1.74.0"
1313
authors = [

0 commit comments

Comments
 (0)