From ba99aa49750db559f44d818e20954d6f5504399e Mon Sep 17 00:00:00 2001 From: "Tobin C. Harding" Date: Thu, 16 Nov 2023 11:19:15 +1100 Subject: [PATCH] Bump version to 0.30.2 We just backported PR #1820, add a changelog entry and bump the crate version. --- bitcoin/CHANGELOG.md | 4 ++++ bitcoin/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/bitcoin/CHANGELOG.md b/bitcoin/CHANGELOG.md index 0b83c00e07..4443208286 100644 --- a/bitcoin/CHANGELOG.md +++ b/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) diff --git a/bitcoin/Cargo.toml b/bitcoin/Cargo.toml index 67e0ba5497..06f14b2115 100644 --- a/bitcoin/Cargo.toml +++ b/bitcoin/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bitcoin" -version = "0.30.1" +version = "0.30.2" authors = ["Andrew Poelstra "] license = "CC0-1.0" repository = "https://github.com/rust-bitcoin/rust-bitcoin/"