Skip to content

Commit ba99aa4

Browse files
committed
Bump version to 0.30.2
We just backported PR rust-bitcoin#1820, add a changelog entry and bump the crate version.
1 parent 3c9bbca commit ba99aa4

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

bitcoin/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.30.2 - 2023-11-16
2+
3+
- Expose valid (min, max) difficulty transition thresholds [#1820](Expose valid (min, max) difficulty transition thresholds)
4+
15
# 0.30.1 - 2023-07-16
26

37
- Fix compilation when [`RUSTFLAGS=--cfg=bench` is set](https://github.com/rust-bitcoin/rust-bitcoin/pull/1943)

bitcoin/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bitcoin"
3-
version = "0.30.1"
3+
version = "0.30.2"
44
authors = ["Andrew Poelstra <[email protected]>"]
55
license = "CC0-1.0"
66
repository = "https://github.com/rust-bitcoin/rust-bitcoin/"

0 commit comments

Comments
 (0)