Skip to content

Commit b4c3262

Browse files
committed
Bump version to v0.105.0+25.1
Add a changelog entry, bump the version, and update the lock files.
1 parent 56e8e5e commit b4c3262

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.105.0+25.1 - 2024-03-08
2+
3+
* Vendor Bitcoin Core `v25.1`
4+
15
## 0.104.0+24.2 - 2024-03-03
26

37
* Vendor Bitcoin Core `v24.2`

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.104.0+24.2"
7+
version = "0.105.0+25.1"
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.104.0+24.2"
7+
version = "0.105.0+25.1"
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.104.0+24.2"
4+
version = "0.105.0+25.1"
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)