Skip to content

Commit

Permalink
Merge #92: Release tracking PR: v0.105.0+25.1
Browse files Browse the repository at this point in the history
b4c3262 Bump version to v0.105.0+25.1 (Tobin C. Harding)

Pull request description:

  Add a changelog entry, bump the version, and update the lock files.

ACKs for top commit:
  apoelstra:
    ACK b4c3262

Tree-SHA512: dfcba110e178cb2b4604f4b7f1ad744862eeff06c57f4cca5edb40daee32d52118fe2b6b91c086fb470bbd1311d00bbe4da190120d5bab34a1d690bca54e8c58
  • Loading branch information
apoelstra committed Feb 8, 2024
2 parents 56e8e5e + b4c3262 commit 6b71fb6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.105.0+25.1 - 2024-03-08

* Vendor Bitcoin Core `v25.1`

## 0.104.0+24.2 - 2024-03-03

* Vendor Bitcoin Core `v24.2`
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.104.0+24.2"
version = "0.105.0+25.1"
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.104.0+24.2"
version = "0.105.0+25.1"
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.104.0+24.2"
version = "0.105.0+25.1"
authors = ["Tamas Blummer <tamas.blummer@gmail.com>"]
license = "Apache-2.0"
homepage = "https://github.com/rust-bitcoin/rust-bitcoinconsensus/"
Expand Down

0 comments on commit 6b71fb6

Please sign in to comment.