Skip to content

Commit d9b727b

Browse files
committed
Merge #170: Use 0.10.0-beta.2 for the upcoming release
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
2 parents 03bda89 + 15dfdf0 commit d9b727b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 0.10.0-beta2 - 2024-01-16
1+
# 0.10.0-beta.2 - 2024-01-17
22

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bech32"
3-
version = "0.10.0-beta2"
3+
version = "0.10.0-beta.2"
44
authors = ["Clark Moody", "Andrew Poelstra", "Tobin Harding"]
55
repository = "https://github.com/rust-bitcoin/rust-bech32"
66
documentation = "https://docs.rs/bech32/"

0 commit comments

Comments
 (0)