Skip to content

Commit 81515e2

Browse files
committed
Bump version to v0.106.0+26.0
Add a changelog entry, bump the version, and update the lock files.
1 parent 3b0cc48 commit 81515e2

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.105.0+26.0 - 2024-02-01
2+
3+
* Vendor Bitcoin Core `v26.0`
4+
* Add new Taproot verification API
5+
16
## 0.105.0+25.1 - 2024-02-08
27

38
* Vendor Bitcoin Core `v25.1`

Cargo-minimal.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = 3
44

55
[[package]]
66
name = "bitcoinconsensus"
7-
version = "0.105.0+25.1"
7+
version = "0.106.0+26.0"
88
dependencies = [
99
"cc",
1010
"rustc-serialize",

Cargo-recent.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = 3
44

55
[[package]]
66
name = "bitcoinconsensus"
7-
version = "0.105.0+25.1"
7+
version = "0.106.0+26.0"
88
dependencies = [
99
"cc",
1010
"rustc-serialize",

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "bitcoinconsensus"
33
# The first part is the crate version, the second informational part is the Bitcoin Core version.
4-
version = "0.105.0+25.1"
4+
version = "0.106.0+26.0"
55
authors = ["Tamas Blummer <[email protected]>"]
66
license = "Apache-2.0"
77
homepage = "https://github.com/rust-bitcoin/rust-bitcoinconsensus/"

0 commit comments

Comments
 (0)