Skip to content

Commit 8279efa

Browse files
committed
Bump version to 0.10.0-beta
In preparation for doing the next dev release add a changelog entry and bump the version number to `0.10.0-beta`.
1 parent ab96bb9 commit 8279efa

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.10.0-beta
2+
3+
Re-implement the crate level API using the new `primitives` module.
4+
15
# 0.10.0-alpha
26

37
This release introduces a new `primitives` module that is basically a new implementation of the

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bech32"
3-
version = "0.10.0-alpha"
3+
version = "0.10.0-beta"
44
authors = ["Clark Moody", "Andrew Poelstra", "Tobin Harding"]
55
repository = "https://github.com/rust-bitcoin/rust-bech32"
66
documentation = "https://docs.rs/bech32/"

0 commit comments

Comments
 (0)