Skip to content

Commit 0541ee4

Browse files
committed
Merge #168: Release tracking PR: v0.10.0
1b64ed4 Bump version to 0.10.0 (Tobin C. Harding) Pull request description: In preparation for doing the first "real" (non-beta) release of the new `primitives` module add a changelog entry and bump the version. ACKs for top commit: clarkmoody: ACK 1b64ed4 apoelstra: ACK 1b64ed4 let's do it Tree-SHA512: 8fa1282de38322e683f7352bd1c7e25d22a147e4ec2a7df5ca7359014e76a4ffce528d9b0a40238eac10a6e0a7cfafac1bb2c5b3d4978f05a30450338c089777
2 parents ea5385e + 1b64ed4 commit 0541ee4

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
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-22
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

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.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)