File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 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
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
Original file line number Diff line number Diff line change 11[package ]
22name = " bech32"
3- version = " 0.10.0-beta.2 "
3+ version = " 0.10.0"
44authors = [" Clark Moody" , " Andrew Poelstra" , " Tobin Harding" ]
55repository = " https://github.com/rust-bitcoin/rust-bech32"
66documentation = " https://docs.rs/bech32/"
You can’t perform that action at this time.
0 commit comments