Skip to content

Commit

Permalink
Merge #86: Release tracknig PR: v0.103.0+23.2
Browse files Browse the repository at this point in the history
b73899f Bump version to v0.103.0+23.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 b73899f

Tree-SHA512: 39d0144df4cab2edb030da191ba850fea4b060083078d6f3184de6732e88de89f11310338354b50d73a99ff405eeb03e476885cc73c6b94789fcc6587545c64b
  • Loading branch information
apoelstra committed Feb 3, 2024
2 parents d092e10 + b73899f commit c4610cc
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.103.0+23.2 - 2024-01-31

* Vendor Bitcoin Core `v23.2`

## 0.102.0+22.1 - 2024-01-23

* Stop testing on `s390x-unknow-linux-gnu` - we cannot currently get Core v22.2 to build on this target.
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.102.0+22.1"
version = "0.103.0+23.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.102.0+22.1"
version = "0.103.0+23.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.102.0+22.1"
version = "0.103.0+23.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 c4610cc

Please sign in to comment.