Skip to content

Commit

Permalink
Merge #170: Use 0.10.0-beta.2 for the upcoming release
Browse files Browse the repository at this point in the history
15dfdf0 Use 0.10.0-beta.2 for the upcoming release (Tobin C. Harding)

Pull request description:

  We just bumped the version number to `0.10.0-beta2` but that format causes `cargo` to automatically pull the new version. We can use `0.10.1-beta.2` so `cargo` correctly treats it as a new separate version.

ACKs for top commit:
  apoelstra:
    ACK 15dfdf0

Tree-SHA512: 5676044d23d981ff8df753f74694425a90e8dc5af9791ca32d3dce405a891d49febae3ed5e455cb770dccaaccd2028e71c63f7bc2737114bd32016f7964edaf6
  • Loading branch information
apoelstra committed Jan 17, 2024
2 parents 03bda89 + 15dfdf0 commit d9b727b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 0.10.0-beta2 - 2024-01-16
# 0.10.0-beta.2 - 2024-01-17

- Add accessor functions to the `decode` types [167](https://github.com/rust-bitcoin/rust-bech32/pull/167)

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bech32"
version = "0.10.0-beta2"
version = "0.10.0-beta.2"
authors = ["Clark Moody", "Andrew Poelstra", "Tobin Harding"]
repository = "https://github.com/rust-bitcoin/rust-bech32"
documentation = "https://docs.rs/bech32/"
Expand Down

0 comments on commit d9b727b

Please sign in to comment.