Skip to content

Commit f3499ee

Browse files
committed
Merge #135: Bump version to 0.10.0-beta
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 #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
2 parents ab96bb9 + 8279efa commit f3499ee

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)