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.
2 parents f735e25 + 9e9409b commit bf65b2bCopy full SHA for bf65b2b
CHANGELOG.md
@@ -1,6 +1,11 @@
1
CHANGELOG
2
=========
3
4
+# v2.2.1 - Dec. 3, 2025
5
+- Bump `bitcoin_hashes` dependency to v0.14.0 (#76)
6
+- Redact `Debug` output of `Mnemonic` (#93)
7
+- Disable default features for optional `zeroize` dependency (#94)
8
+
9
# v2.2.0
10
11
- Unpin unicode-normalization version
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "bip39"
-version = "2.2.0"
+version = "2.2.1"
authors = ["Steven Roose <steven@stevenroose.org>"]
license = "CC0-1.0"
homepage = "https://github.com/rust-bitcoin/rust-bip39/"
0 commit comments