From b3e612a154cd560e897c086f8df1e55872e96a67 Mon Sep 17 00:00:00 2001 From: sanket1729 Date: Mon, 28 Mar 2022 10:34:06 -0700 Subject: [PATCH 1/2] Remove misc whitespace --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 683d456b..bbc269bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,7 @@ The previous release changed the behavior of `Display` for `ChildNumber`, assuming that any correct usage would not be affected. [Issue 608](https://github.com/rust-bitcoin/rust-bitcoin/issues/608) goes into the details of why this isn't -the case and how we broke both `rust-miniscript` and BDK. +the case and how we broke both `rust-miniscript` and BDK. # 0.26.1 - 2021-06-06 (yanked, see explanation above) From 0d29c8388d4b02ff87edbf2089265c8363f221f2 Mon Sep 17 00:00:00 2001 From: sanket1729 Date: Mon, 28 Mar 2022 10:41:12 -0700 Subject: [PATCH 2/2] rust-bitcoin 0.28.0-rc.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6807491b..0f9050d6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bitcoin" -version = "0.28.0-rc.1" +version = "0.28.0-rc.2" authors = ["Andrew Poelstra "] license = "CC0-1.0" homepage = "https://github.com/rust-bitcoin/rust-bitcoin/"