Skip to content

Commit 202df4f

Browse files
committed
Bump version to 0.10.0-alpha
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. ref: https://doc.rust-lang.org/cargo/reference/resolver.html#pre-releases
1 parent f52be3d commit 202df4f

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)