Skip to content

Commit

Permalink
Merge rust-bitcoin#135: Bump version to 0.10.0-beta
Browse files Browse the repository at this point in the history
8279efa Bump version to 0.10.0-beta (Tobin C. Harding)

Pull request description:

  In preparation for doing the next dev release add a changelog entry and bump the version number to `0.10.0-beta`.

  We need to release the bug fix in rust-bitcoin#130 because fuzzing is hitting it in `rust-bitcoin`. This release would be better to use in `rust-miniscript` as well gearing up for the real 0.10.0 release.

ACKs for top commit:
  clarkmoody:
    ACK 8279efa
  apoelstra:
    ACK 8279efa

Tree-SHA512: d2fdac35717b06bd79a5ae18e897fcaf39a570b2998b8f51ab86e46f4405b7f77284c164ff4ad19c80aafc26e8433526cd20276ef485cbbf573d032037d7a49b
  • Loading branch information
apoelstra committed Oct 9, 2023
2 parents ab96bb9 + 8279efa commit f3499ee
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.10.0-beta

Re-implement the crate level API using the new `primitives` module.

# 0.10.0-alpha

This release introduces a new `primitives` module that is basically a new implementation of the
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-alpha"
version = "0.10.0-beta"
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 f3499ee

Please sign in to comment.