File tree 2 files changed +9
-3
lines changed
2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1
- # 0.10.0-beta.2 - 2024-01-17
1
+ # 0.10.0 - 2024-02-01
2
2
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 )
4
10
5
11
# 0.10.0-beta
6
12
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " bech32"
3
- version = " 0.10.0-beta.2 "
3
+ version = " 0.10.0"
4
4
authors = [" Clark Moody" , " Andrew Poelstra" , " Tobin Harding" ]
5
5
repository = " https://github.com/rust-bitcoin/rust-bech32"
6
6
documentation = " https://docs.rs/bech32/"
You can’t perform that action at this time.
0 commit comments