Skip to content

Commit 018ca5c

Browse files
committed
Bump version to 0.10.0
In preparation for doing the first "real" (non-beta) release of the new `primitives` module add a changelog entry and bump the version.
1 parent 8ffd138 commit 018ca5c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 0.10.0 - 2024-01-15
2+
3+
Release the new `primitives` module!
4+
5+
- Add accessor functions to the `decode` types [167](https://github.com/rust-bitcoin/rust-bech32/pull/167)
6+
17
# 0.10.0-beta
28

39
Re-implement the crate level API using the new `primitives` module.

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-beta"
3+
version = "0.10.0"
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)