arlyon / async-stripe

Async (and blocking!) Rust bindings for the Stripe API
https://payments.rs
Apache License 2.0
436 stars 127 forks source link

Consider cutting release for 0.23 #439

Closed adamchalmers closed 11 months ago

adamchalmers commented 11 months ago

Is your feature request related to a problem? Please describe.

I'd like to start using 0.23 so that I can get

Describe the solution you'd like

Release the current master branch as 0.23

Describe alternatives you've considered

I could use async-stripe as a Git dependency, it's just less convenient for me. But I can if you'd prefer not to cut the release yet.

Additional context

No response

timsueberkrueb commented 11 months ago

I second this request. @arlyon, any chance we can have a release? Thanks!

arlyon commented 11 months ago

Seems like some issue with the release script. I am manually publishing now.

arlyon commented 11 months ago

Yay! https://crates.io/crates/async-stripe

0.23.1 coming in a few minutes with the latest openapi changes also :)

timsueberkrueb commented 11 months ago

Thank you very much @arlyon!

adamchalmers commented 11 months ago

Thank you!