Skip to content

Commit

Permalink
Bump version to 0.30.2
Browse files Browse the repository at this point in the history
We just backported PR #1820, add a changelog entry and bump the crate
version.
  • Loading branch information
tcharding committed Nov 16, 2023
1 parent 3c9bbca commit ba99aa4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions bitcoin/CHANGELOG.md
@@ -1,3 +1,7 @@
# 0.30.2 - 2023-11-16

- Expose valid (min, max) difficulty transition thresholds [#1820](Expose valid (min, max) difficulty transition thresholds)

# 0.30.1 - 2023-07-16

- Fix compilation when [`RUSTFLAGS=--cfg=bench` is set](https://github.com/rust-bitcoin/rust-bitcoin/pull/1943)
Expand Down
2 changes: 1 addition & 1 deletion bitcoin/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "bitcoin"
version = "0.30.1"
version = "0.30.2"
authors = ["Andrew Poelstra <apoelstra@wpsoftware.net>"]
license = "CC0-1.0"
repository = "https://github.com/rust-bitcoin/rust-bitcoin/"
Expand Down

0 comments on commit ba99aa4

Please sign in to comment.