Skip to content

Commit 8e8fe54

Browse files
committed
Bump version to 0.12.0
In preparation for release add a changelog entry and bump the version. There are only two changes since last release, one is just to an error string so does not need a mention in the changelog.
1 parent 45bb227 commit 8e8fe54

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.12.0 - 2024-0731
2+
3+
- Derive `Default` for `Fe32` [#184](https://github.com/rust-bitcoin/rust-bech32/pull/184/)
4+
15
# 0.11.0 - 2024-02-23
26

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

Cargo.toml

+1-1
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)