Skip to content

Commit 119126f

Browse files
committed
Bump version to v0.101.0+0.21.2
Add a changlog entry and bump the version. There are no patches other than vendoring new Core vension since the 0.100.0+0.20.2 release.
1 parent bf5caea commit 119126f

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.101.0+0.21.2
2+
3+
* Vendor Bitcoin Core `v0.21.2`
4+
15
## 0.100.0+0.20.2
26

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

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.100.0+0.20.2"
7+
version = "0.101.0+0.21.2"
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.100.0+0.20.2"
7+
version = "0.101.0+0.21.2"
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.100.0+0.20.2"
4+
version = "0.101.0+0.21.2"
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)