Skip to content

Commit

Permalink
chore(release): 0.18.2 [skip ci]
Browse files Browse the repository at this point in the history
## [0.18.2](v0.18.1...v0.18.2) (2023-02-04)

### Bug Fixes

* prevent publishing the benchmark crate ([e4be54d](e4be54d))
  • Loading branch information
semantic-release-bot committed Feb 4, 2023
1 parent e4be54d commit 61c5cbc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,10 @@
## [0.18.2](https://github.com/arlyon/async-stripe/compare/v0.18.1...v0.18.2) (2023-02-04)


### Bug Fixes

* prevent publishing the benchmark crate ([e4be54d](https://github.com/arlyon/async-stripe/commit/e4be54d0dbdec799ddab698f2941fc031b511fd1))

## [0.18.1](https://github.com/arlyon/async-stripe/compare/v0.18.0...v0.18.1) (2023-02-04)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -7,7 +7,7 @@ members = [

[package]
name = "async-stripe"
version = "0.18.1"
version = "0.18.2"
description = "API bindings for the Stripe HTTP API"
rust-version = "1.60.0"
authors = [
Expand Down

0 comments on commit 61c5cbc

Please sign in to comment.