Skip to content

Commit

Permalink
Merge #90: Bump version to v0.104.0+24.2
Browse files Browse the repository at this point in the history
4b77e41 Bump version to v0.104.0+24.2 (Tobin C. Harding)

Pull request description:

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

ACKs for top commit:
  apoelstra:
    ACK 4b77e41

Tree-SHA512: c7da056d35fd8ce926f1444cb07a9c29786bee84dd282fa6b4362a9921a71c1e40e19e145e78664f690752459726e3f5be1aaab8b24f585712b781cc1b38e710
  • Loading branch information
apoelstra committed Feb 5, 2024
2 parents b6d07db + 4b77e41 commit a2424ed
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.104.0+24.2 - 2024-03-03

* Vendor Bitcoin Core `v24.2`

## 0.103.0+23.2 - 2024-01-31

* Vendor Bitcoin Core `v23.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.103.0+23.2"
version = "0.104.0+24.2"
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.103.0+23.2"
version = "0.104.0+24.2"
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.103.0+23.2"
version = "0.104.0+24.2"
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 a2424ed

Please sign in to comment.