From 63f1d45abbc644b6b72e3c24366cf052503a5c8e Mon Sep 17 00:00:00 2001 From: "Tobin C. Harding" Date: Fri, 1 Dec 2023 13:01:41 +1100 Subject: [PATCH] Bump version to v0.21.2-0.5.0 Add a changlog entry and bump the version. There are no patches other than vendoring new Core vension since the v0.20.2-0.5.5 tag. --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e07435448..392a39d7e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## v0.21.2-0.5.0 + +* Vendor Bitcoin Core subtree to v0.21.2 + ## v0.20.2-0.5.0 * Upgrade Bitcoin Core subtree to v0.20.2 diff --git a/Cargo.toml b/Cargo.toml index 5aa4104e94..6367cffe2e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "bitcoinconsensus" # The first part is the Bitcoin Core version, the second part is the version of this lib. -version = "0.20.2-0.5.0" +version = "0.21.2-0.5.0" authors = ["Tamas Blummer "] license = "Apache-2.0" homepage = "https://github.com/rust-bitcoin/rust-bitcoinconsensus/"