From 8279efa5f4cfebeadf77d755a9c8bcfb4bf2f02b Mon Sep 17 00:00:00 2001 From: "Tobin C. Harding" Date: Mon, 9 Oct 2023 09:11:55 +1100 Subject: [PATCH] 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`. --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 424fed538..093e9ec90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.toml b/Cargo.toml index 5b7975c03..264e55b09 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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/"