Skip to content

Commit

Permalink
Use 0.10.0-beta.2 for the upcoming release
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
tcharding committed Jan 16, 2024
1 parent 03bda89 commit 15dfdf0
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 15dfdf0

Please sign in to comment.