Skip to content

Commit 0b42816

Browse files
committed
Bump version to v0.20.2-0.5.0
We just upgraded the Bitcoin Core subtree to v0.20.2, bump our version number to reflect this. Add changelog notes, ready for release.
1 parent 151a51f commit 0b42816

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v0.20.2-0.5.0
2+
3+
* Upgrade Bitcoin Core subtree to v0.20.2
4+
15
## v0.19.2-0.4.1
26

37
* switch to using a git subtree for the bitcoin core code

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 Bitcoin Core version, the second part is the version of this lib.
4-
version = "0.19.2-0.4.1"
4+
version = "0.20.2-0.5.0"
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)