rust-bitcoin / rust-bech32

Bech32 format encoding and decoding
MIT License
94 stars 49 forks source link

Bump version to 0.10.0-beta2 #169

Closed tcharding closed 9 months ago

tcharding commented 9 months ago

In preparation for doing another beta release add a changelog entry and bump the version.

apoelstra commented 9 months ago

Unless I'm crazy, this bumps the version to 0.10.0 :)

tcharding commented 9 months ago

No you are not crazy, I am just totally useless today.

apoelstra commented 9 months ago

Tagged and published.

apoelstra commented 9 months ago

Yanked. Apparently cargo automatically pulls this in place of -beta which breaks compilation forr rust-bitcoin :roll_eyes:. So we need a different name. Maybe -gamma?

apoelstra commented 9 months ago

https://crates.io/crates/clap/versions looks like clap was using beta.0, beta.1, beta.2 etc. Let's try this?