Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# unreleased (0.10.0)
# 0.10.0-alpha

- [Implement `std::error::Error::source` for error type](https://github.com/rust-bitcoin/rust-bech32/pull/72)
This release introduces a new `primitives` module that is basically a new implementation of the
whole crate. We also add a `segwit` module but we have not yet settled on the exact new API in
`lib.rs`, hence the `alpha` release.

# 0.9.1

Expand All @@ -10,4 +12,4 @@
# 0.9.0

- [Enable edition 2018](https://github.com/rust-bitcoin/rust-bech32/pull/57) bumping MSRV to 1.41.1
- [Implement `From<u5> for u8`](https://github.com/rust-bitcoin/rust-bech32/pull/58)
- [Implement `From<u5> for u8`](https://github.com/rust-bitcoin/rust-bech32/pull/58)
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bech32"
version = "0.9.1"
version = "0.10.0-alpha"
authors = ["Clark Moody", "Andrew Poelstra", "Tobin Harding", "The rust-bitcoin developers"]
repository = "https://github.com/rust-bitcoin/rust-bech32"
documentation = "https://docs.rs/bech32/"
Expand Down