Skip to content

Commit 615bbbe

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 8241316 commit 615bbbe

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

Diff for: CHANGELOG.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
1-
# 0.10.0-beta.2 - 2024-01-17
1+
# 0.10.0 - 2024-02-01
22

3-
- Add accessor functions to the `decode` types [167](https://github.com/rust-bitcoin/rust-bech32/pull/167)
3+
Release the new `primitives` module! This release is a total re-write of the crate - enjoy.
4+
5+
Right before doing this release we added a few API improvements to the `primitives::decode` module:
6+
7+
- Add accessor functions to the `decode` types [#167](https://github.com/rust-bitcoin/rust-bech32/pull/167)
8+
- Add `CheckedHrpstring::fe32_iter` function [#174](https://github.com/rust-bitcoin/rust-bech32/pull/174)
9+
- Make a couple of the functions on `CheckedHrpstring` struct public [#173](https://github.com/rust-bitcoin/rust-bech32/pull/173)
410

511
# 0.10.0-beta
612

Diff for: Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bech32"
3-
version = "0.10.0-beta.2"
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)