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 76ada74 commit c3bccf7Copy full SHA for c3bccf7
CHANGELOG.md
@@ -1,6 +1,7 @@
1
-# Unreleased
+## v0.20.2-0.6.0
2
3
* Bump MSRV to rust 1.48.0 [#64](https://github.com/rust-bitcoin/rust-bitcoinconsensus/pull/64)
4
+* De-clutter the public API by moving creating an `ffi` submodule
5
6
## v0.20.2-0.5.0
7
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.20.2-0.5.0"
+version = "0.20.2-0.6.0"
authors = ["Tamas Blummer <tamas.blummer@gmail.com>"]
license = "Apache-2.0"
homepage = "https://github.com/rust-bitcoin/rust-bitcoinconsensus/"
0 commit comments