Skip to content

Commit c2aac49

Browse files
committed
Merge #177: Bump version to 0.11.0
87a6c11 Bump version to 0.11.0 (Tobin C. Harding) Pull request description: We really should have remembered this would happen because of all the drama we had in `bitcoinconsensus`, face palm. Bump the verison and add a changelog entry explaining the yank and re-release for those that don't know. ACKs for top commit: apoelstra: ACK 87a6c11 sounds good; will go ahead with this without waiting for Clark since he ACKed the last release Tree-SHA512: 22190d70a12dcaa7875836df0a4cbf6967050cb734f4e418e0cdfb846e2bf73bc5ae2f2431cacddcd0516ce901c4de7ee009ae3e987949c01f2e109a732e58a0
2 parents 0541ee4 + 87a6c11 commit c2aac49

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
# 0.10.0 - 2024-02-22
1+
# 0.11.0 - 2024-02-23
2+
3+
The `0.10.0` release contains API breaking changes compared to `0.10.0-beta` and because of semver
4+
rules (which we adhere to) cannot be released with that version number, we had to yank it and re-do
5+
the release as `0.11.0` - sorry.
6+
7+
# 0.10.0 - 2024-02-22 - yanked
28

39
Release the new `primitives` module! This release is a total re-write of the crate - enjoy.
410

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.10.0"
3+
version = "0.11.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)