We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 151a51f commit 0b42816Copy full SHA for 0b42816
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## v0.20.2-0.5.0
2
+
3
+* Upgrade Bitcoin Core subtree to v0.20.2
4
5
## v0.19.2-0.4.1
6
7
* switch to using a git subtree for the bitcoin core code
Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "bitcoinconsensus"
# The first part is the Bitcoin Core version, the second part is the version of this lib.
-version = "0.19.2-0.4.1"
+version = "0.20.2-0.5.0"
authors = ["Tamas Blummer <tamas.blummer@gmail.com>"]
license = "Apache-2.0"
homepage = "https://github.com/rust-bitcoin/rust-bitcoinconsensus/"
0 commit comments