From 3c74fa057c6ac66597011f9ccc90a98cac137a17 Mon Sep 17 00:00:00 2001 From: "Tobin C. Harding" Date: Fri, 1 Mar 2024 06:45:00 +1100 Subject: [PATCH] Bump version to v0.106.0+26.0 Add a changelog entry, bump the version, and update the lock files. --- CHANGELOG.md | 5 +++++ Cargo-minimal.lock | 2 +- Cargo-recent.lock | 2 +- Cargo.toml | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 958ea482a..20c5e99dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.105.0+26.0 - 2024-02-01 + +* Vendor Bitcoin Core `v26.0` +* Add new Taproot verification API + ## 0.105.0+25.1 - 2024-02-08 * Vendor Bitcoin Core `v25.1` diff --git a/Cargo-minimal.lock b/Cargo-minimal.lock index 60a3cbe8f..ddecc2323 100644 --- a/Cargo-minimal.lock +++ b/Cargo-minimal.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "bitcoinconsensus" -version = "0.105.0+25.1" +version = "0.106.0+26.0" dependencies = [ "cc", "rustc-serialize", diff --git a/Cargo-recent.lock b/Cargo-recent.lock index 60a3cbe8f..ddecc2323 100644 --- a/Cargo-recent.lock +++ b/Cargo-recent.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "bitcoinconsensus" -version = "0.105.0+25.1" +version = "0.106.0+26.0" dependencies = [ "cc", "rustc-serialize", diff --git a/Cargo.toml b/Cargo.toml index b1ede76a4..5a2953389 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "bitcoinconsensus" # The first part is the crate version, the second informational part is the Bitcoin Core version. -version = "0.105.0+25.1" +version = "0.106.0+26.0" authors = ["Tamas Blummer "] license = "Apache-2.0" homepage = "https://github.com/rust-bitcoin/rust-bitcoinconsensus/"