Skip to content

Commit

Permalink
Merge #84: Release tracking PR: v0.102.0+22.1
Browse files Browse the repository at this point in the history
ab09cd5 Bump version to v0.102.0+22.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 ab09cd5

Tree-SHA512: 2936b8f6d793498f3edc61443476c5867a65752b023405b9d503f8fae23802dbac8295aef0e4bfbdf0be03337851b6c1262e481e2073b397149b62117365778e
  • Loading branch information
apoelstra committed Jan 28, 2024
2 parents b22c93f + ab09cd5 commit a605c8e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Unreleased
## 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.
* Vendor Bitcoin Core `v22.1`

## 0.101.1+0.21-final - 2024-01-13

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.101.1+0.21-final"
version = "0.102.0+22.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.101.1+0.21-final"
version = "0.102.0+22.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.101.1+0.21-final"
version = "0.102.0+22.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 a605c8e

Please sign in to comment.