Skip to content

Commit

Permalink
Bump version to 0.10.0-beta
Browse files Browse the repository at this point in the history
In preparation for doing the next dev release add a changelog entry and
bump the version number to `0.10.0-beta`.
  • Loading branch information
tcharding committed Oct 8, 2023
1 parent ab96bb9 commit 8279efa
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 8279efa

Please sign in to comment.