You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fb030d1 Bump version to 0.12.0 (Tobin C. Harding)
Pull request description:
In preparation for release add a changelog entry and bump the version.
ACKs for top commit:
apoelstra:
ACK fb030d1; successfully ran local tests
Tree-SHA512: 83f464bddad2442df0c9fa8f3f803b42ee078bbfd4f92aa9b275415cf4bf7e006078d34ef7b2a9f2f779121534f283965cf5a51f9f291fa1ea538ddd3f2d414a
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,16 @@
1
+
# 0.12.0 - 2024-10-27
2
+
3
+
This release adds error correction.
4
+
5
+
- Make `Hrp::len` function const [#212](https://github.com/rust-bitcoin/rust-bech32/pull/212)
6
+
- Remove unused argument on `CheckedHrpstring::fe32_iter`[#235](https://github.com/rust-bitcoin/rust-bech32/pull/235)
7
+
- Fix min/max size hint in `HrpFe32Iter`[#253](https://github.com/rust-bitcoin/rust-bech32/pull/253)
8
+
- Add support for error correction [#203](https://github.com/rust-bitcoin/rust-bech32/pull/203)[#204](https://github.com/rust-bitcoin/rust-bech32/pull/204)[#205](https://github.com/rust-bitcoin/rust-bech32/pull/205)
9
+
- Alternative `fes_to_bytes_zeropad` with no dropping of last bits [#201](https://github.com/rust-bitcoin/rust-bech32/pull/)
10
+
- Derive `Default` for `Fe32`[#184](https://github.com/rust-bitcoin/rust-bech32/pull/184/)
11
+
- Introduce a `PrintImpl` object that can compute various code properties [#180](https://github.com/rust-bitcoin/rust-bech32/pull/180)
12
+
- Add a `Hrp` constructor from an arbitrary `T: Display`[#196](https://github.com/rust-bitcoin/rust-bech32/pull/196)
13
+
1
14
# 0.11.0 - 2024-02-23
2
15
3
16
The `0.10.0` release contains API breaking changes compared to `0.10.0-beta` and because of semver
0 commit comments