Skip to content

Commit e7b2dfe

Browse files
committed
Merge #78: Release tracking PR: v0.101.1+0.21-final
f5b3f91 Bump version to v0.101.1+0.21-final (Tobin C. Harding) Pull request description: Add a changelog entry, bump the version, and update the lock files. There are no patches other than vendoring new Core vension since the 0.101.0+0.21.2 release. Note, we forgot to include a date when releasing the last two releases, grab the dates from crates.io and add them. ACKs for top commit: apoelstra: ACK f5b3f91 Tree-SHA512: 8526bee9ae547e4c2ea57f37c868e78c78dd98df45ef98e2322365ebd21abfca7596e5cddee28422ff43428b62a2546300f8dd161d83da64bece8256159a3d21
2 parents 76a661a + f5b3f91 commit e7b2dfe

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1-
## 0.101.0+0.21.2
1+
## 0.101.0+0.21-final - 2024-01-13
2+
3+
* Vendor Bitcoin Core `v0.21-final`
4+
5+
## 0.101.0+0.21.2 - 2024-01-11
26

37
* Vendor Bitcoin Core `v0.21.2`
48

5-
## 0.100.0+0.20.2
9+
## 0.100.0+0.20.2 - 2023-12-14
610

711
- Change the crate version format [#76](https://github.com/rust-bitcoin/rust-bitcoinconsensus/pull/76)
812

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.0+0.21.2"
7+
version = "0.101.1+0.21-final"
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.0+0.21.2"
7+
version = "0.101.1+0.21-final"
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.0+0.21.2"
4+
version = "0.101.1+0.21-final"
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)