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 ab96bb9 commit 8279efaCopy full SHA for 8279efa
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# 0.10.0-beta
2
+
3
+Re-implement the crate level API using the new `primitives` module.
4
5
# 0.10.0-alpha
6
7
This release introduces a new `primitives` module that is basically a new implementation of the
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "bech32"
-version = "0.10.0-alpha"
+version = "0.10.0-beta"
authors = ["Clark Moody", "Andrew Poelstra", "Tobin Harding"]
repository = "https://github.com/rust-bitcoin/rust-bech32"
documentation = "https://docs.rs/bech32/"
0 commit comments