Skip to content

Commit fb030d1

Browse files
committed
Bump version to 0.12.0
In preparation for release add a changelog entry and bump the version.
1 parent c1a9e64 commit fb030d1

4 files changed

Lines changed: 16 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
114
# 0.11.0 - 2024-02-23
215

316
The `0.10.0` release contains API breaking changes compared to `0.10.0-beta` and because of semver

Cargo-minimal.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ version = 3
44

55
[[package]]
66
name = "bech32"
7-
version = "0.11.0"
7+
version = "0.12.0"

Cargo-recent.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ version = 3
44

55
[[package]]
66
name = "bech32"
7-
version = "0.11.0"
7+
version = "0.12.0"

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bech32"
3-
version = "0.11.0"
3+
version = "0.12.0"
44
authors = ["Clark Moody", "Andrew Poelstra", "Tobin Harding"]
55
repository = "https://github.com/rust-bitcoin/rust-bech32"
66
documentation = "https://docs.rs/bech32/"

0 commit comments

Comments
 (0)