Skip to content

Commit

Permalink
Bump version to v0.106.0+26.0
Browse files Browse the repository at this point in the history
Add a changelog entry, bump the version, and update the lock files.
  • Loading branch information
tcharding committed Feb 29, 2024
1 parent ab2571f commit 3c74fa0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`
Expand Down
2 changes: 1 addition & 1 deletion Cargo-minimal.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion Cargo-recent.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "Apache-2.0"
homepage = "https://github.com/rust-bitcoin/rust-bitcoinconsensus/"
Expand Down

0 comments on commit 3c74fa0

Please sign in to comment.