Skip to content

Commit bf65b2b

Browse files
authored
Merge pull request #100 from tnull/2025-12-cut-v2.2.1
Cut a v2.2.1 patch release
2 parents f735e25 + 9e9409b commit bf65b2b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
CHANGELOG
22
=========
33

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+
49
# v2.2.0
510

611
- Unpin unicode-normalization version

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bip39"
3-
version = "2.2.0"
3+
version = "2.2.1"
44
authors = ["Steven Roose <steven@stevenroose.org>"]
55
license = "CC0-1.0"
66
homepage = "https://github.com/rust-bitcoin/rust-bip39/"

0 commit comments

Comments
 (0)