Skip to content

Commit

Permalink
Bump version to 0.11.0
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
tcharding committed Feb 23, 2024
1 parent 0541ee4 commit 87a6c11
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# 0.10.0 - 2024-02-22
# 0.11.0 - 2024-02-23

The `0.10.0` release contains API breaking changes compared to `0.10.0-beta` and because of semver
rules (which we adhere to) cannot be released with that version number, we had to yank it and re-do
the release as `0.11.0` - sorry.

# 0.10.0 - 2024-02-22 - yanked

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

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bech32"
version = "0.10.0"
version = "0.11.0"
authors = ["Clark Moody", "Andrew Poelstra", "Tobin Harding"]
repository = "https://github.com/rust-bitcoin/rust-bech32"
documentation = "https://docs.rs/bech32/"
Expand Down

0 comments on commit 87a6c11

Please sign in to comment.