Skip to content

Commit 013e819

Browse files
committed
chore(release): 0.18.0 [skip ci]
# [0.18.0](arlyon/async-stripe@v0.17.0...v0.18.0) (2023-02-04) ### Features * fn to expire checkout sessions ([0368c79](arlyon/async-stripe@0368c79))
1 parent b146058 commit 013e819

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [0.18.0](https://github.com/arlyon/async-stripe/compare/v0.17.0...v0.18.0) (2023-02-04)
2+
3+
4+
### Features
5+
6+
* fn to expire checkout sessions ([0368c79](https://github.com/arlyon/async-stripe/commit/0368c79f065cfc179855bc7fc60fa157ac758d1f))
7+
18
# [0.17.0](https://github.com/arlyon/async-stripe/compare/v0.16.0...v0.17.0) (2023-02-01)
29

310

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.17.0"
10+
version = "0.18.0"
1111
description = "API bindings for the Stripe HTTP API"
1212
rust-version = "1.60.0"
1313
authors = [

0 commit comments

Comments
 (0)