Skip to content

Commit 87a6c11

Browse files
committed
Bump version to 0.11.0
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.
1 parent 0541ee4 commit 87a6c11

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)