File tree 2 files changed +7
-1
lines changed
2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change
1
+ # 0.12.0 - 2024-09-18
2
+
3
+ - Derive ` Default ` for ` Fe32 ` [ #184 ] ( https://github.com/rust-bitcoin/rust-bech32/pull/184/ )
4
+ - Introduce a ` PrintImpl ` object that can compute various code properties [ #180 ] ( https://github.com/rust-bitcoin/rust-bech32/pull/180 )
5
+ - Add a ` Hrp ` constructor from an arbitrary ` T: Display ` [ #196 ] ( https://github.com/rust-bitcoin/rust-bech32/pull/196 )
6
+
1
7
# 0.11.0 - 2024-02-23
2
8
3
9
The ` 0.10.0 ` release contains API breaking changes compared to ` 0.10.0-beta ` and because of semver
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " bech32"
3
- version = " 0.11 .0"
3
+ version = " 0.12 .0"
4
4
authors = [" Clark Moody" , " Andrew Poelstra" , " Tobin Harding" ]
5
5
repository = " https://github.com/rust-bitcoin/rust-bech32"
6
6
documentation = " https://docs.rs/bech32/"
You can’t perform that action at this time.
0 commit comments