Skip to content

Commit 465632e

Browse files
committed
Merge #119: Release v0.10.0-alpha
202df4f Bump version to 0.10.0-alpha (Tobin C. Harding) Pull request description: In preparation for doing an `alpha` release of the new `primitives` crate bump the version to `0.10.0-alpha` and add a changelog entry. Let's Go! ACKs for top commit: apoelstra: ACK 202df4f Tree-SHA512: 0509b5d9cbb1fa2761b76b5f5c6e0312e726b66427eccc85c4996e41ead8ed1571b26d6cea645e769afafa3f68712de930b4340e8ca125c643b4f943706c9397
2 parents f52be3d + 202df4f commit 465632e

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
# unreleased (0.10.0)
1+
# 0.10.0-alpha
22

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

57
# 0.9.1
68

@@ -10,4 +12,4 @@
1012
# 0.9.0
1113

1214
- [Enable edition 2018](https://github.com/rust-bitcoin/rust-bech32/pull/57) bumping MSRV to 1.41.1
13-
- [Implement `From<u5> for u8`](https://github.com/rust-bitcoin/rust-bech32/pull/58)
15+
- [Implement `From<u5> for u8`](https://github.com/rust-bitcoin/rust-bech32/pull/58)

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.9.1"
3+
version = "0.10.0-alpha"
44
authors = ["Clark Moody", "Andrew Poelstra", "Tobin Harding", "The rust-bitcoin developers"]
55
repository = "https://github.com/rust-bitcoin/rust-bech32"
66
documentation = "https://docs.rs/bech32/"

0 commit comments

Comments
 (0)