Skip to content

Commit a605c8e

Browse files
committed
Merge #84: Release tracking PR: v0.102.0+22.1
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
2 parents b22c93f + ab09cd5 commit a605c8e

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
# Unreleased
1+
## 0.102.0+22.1 - 2024-01-23
22

33
* Stop testing on `s390x-unknow-linux-gnu` - we cannot currently get Core v22.2 to build on this target.
4+
* Vendor Bitcoin Core `v22.1`
45

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

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.101.1+0.21-final"
7+
version = "0.102.0+22.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.101.1+0.21-final"
7+
version = "0.102.0+22.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.101.1+0.21-final"
4+
version = "0.102.0+22.1"
55
authors = ["Tamas Blummer <tamas.blummer@gmail.com>"]
66
license = "Apache-2.0"
77
homepage = "https://github.com/rust-bitcoin/rust-bitcoinconsensus/"

0 commit comments

Comments
 (0)