Skip to content

Commit a58e2da

Browse files
committed
chore(release): 0.16.0 [skip ci]
# [0.16.0](arlyon/async-stripe@v0.15.2...v0.16.0) (2023-01-17) ### Bug Fixes * prevent freeze when hitting network errors in a retry strategy ([d423be2](arlyon/async-stripe@d423be2)) ### Features * add support for webpki (alt. to native-certs) ([c994b1c](arlyon/async-stripe@c994b1c))
1 parent e3c0834 commit a58e2da

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [0.16.0](https://github.com/arlyon/async-stripe/compare/v0.15.2...v0.16.0) (2023-01-17)
2+
3+
4+
### Bug Fixes
5+
6+
* prevent freeze when hitting network errors in a retry strategy ([d423be2](https://github.com/arlyon/async-stripe/commit/d423be225b457c5c08cc173e85e2dd2a2f3b04d8))
7+
8+
9+
### Features
10+
11+
* add support for webpki (alt. to native-certs) ([c994b1c](https://github.com/arlyon/async-stripe/commit/c994b1caea19b5d7a4e8c0784cfa937127d54462))
12+
113
## [0.15.2](https://github.com/arlyon/async-stripe/compare/v0.15.1...v0.15.2) (2023-01-17)
214

315

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ members = [
77

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

0 commit comments

Comments
 (0)