Skip to content

Commit

Permalink
Bump version to 0.10.0-alpha
Browse files Browse the repository at this point in the history
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
  • Loading branch information
tcharding committed Aug 1, 2023
1 parent e301967 commit 9caa5df
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
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 have not yet settled on the usage of the 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

0 comments on commit 9caa5df

Please sign in to comment.