Skip to content

Commit 03bda89

Browse files
committed
Merge #169: Bump version to 0.10.0-beta2
7dc7f0a Bump version to 0.10.0-beta2 (Tobin C. Harding) Pull request description: In preparation for doing another beta release add a changelog entry and bump the version. ACKs for top commit: apoelstra: ACK 7dc7f0a Tree-SHA512: cba30d4b306875af9c750c1156d2acba5f722cf3c681761fc1cf63b0770bfff893cfa5d3cadde916031169cb462e759c198ed5d74717f69564cd6043b20f827f
2 parents 8ffd138 + 7dc7f0a commit 03bda89

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.10.0-beta2 - 2024-01-16
2+
3+
- Add accessor functions to the `decode` types [167](https://github.com/rust-bitcoin/rust-bech32/pull/167)
4+
15
# 0.10.0-beta
26

37
Re-implement the crate level API using the new `primitives` module.

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-beta"
3+
version = "0.10.0-beta2"
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)