Skip to content

Commit

Permalink
Merge #169: Bump version to 0.10.0-beta2
Browse files Browse the repository at this point in the history
7dc7f0a Bump version to 0.10.0-beta2 (Tobin C. Harding)

Pull request description:

  In preparation for doing another beta release add a changelog entry and bump the version.

ACKs for top commit:
  apoelstra:
    ACK 7dc7f0a

Tree-SHA512: cba30d4b306875af9c750c1156d2acba5f722cf3c681761fc1cf63b0770bfff893cfa5d3cadde916031169cb462e759c198ed5d74717f69564cd6043b20f827f
  • Loading branch information
apoelstra committed Jan 16, 2024
2 parents 8ffd138 + 7dc7f0a commit 03bda89
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-beta2 - 2024-01-16

- Add accessor functions to the `decode` types [167](https://github.com/rust-bitcoin/rust-bech32/pull/167)

# 0.10.0-beta

Re-implement the crate level API using the new `primitives` module.
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-beta"
version = "0.10.0-beta2"
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 03bda89

Please sign in to comment.