We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ffd138 commit 018ca5cCopy full SHA for 018ca5c
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+# 0.10.0 - 2024-01-15
2
+
3
+Release the new `primitives` module!
4
5
+- Add accessor functions to the `decode` types [167](https://github.com/rust-bitcoin/rust-bech32/pull/167)
6
7
# 0.10.0-beta
8
9
Re-implement the crate level API using the new `primitives` module.
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "bech32"
-version = "0.10.0-beta"
+version = "0.10.0"
authors = ["Clark Moody", "Andrew Poelstra", "Tobin Harding"]
repository = "https://github.com/rust-bitcoin/rust-bech32"
documentation = "https://docs.rs/bech32/"
0 commit comments