Skip to content

Commit

Permalink
Merge #177: Bump version to 0.11.0
Browse files Browse the repository at this point in the history
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
  • Loading branch information
apoelstra committed Feb 23, 2024
2 parents 0541ee4 + 87a6c11 commit c2aac49
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
@@ -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
@@ -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 c2aac49

Please sign in to comment.