diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d180e59a..bb70f5abd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.100.0+0.20.2 + +- Change the crate version format [#76](https://github.com/rust-bitcoin/rust-bitcoinconsensus/pull/76) + ## v0.20.2-0.6.1 - Add derives on error type [#72](https://github.com/rust-bitcoin/rust-bitcoinconsensus/pull/72) diff --git a/Cargo.toml b/Cargo.toml index 341fce20c..9de92f92e 100644 --- a/Cargo.toml +++ b/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.6.1" +# The first part is the crate version, the second informational part is the Bitcoin Core version. +version = "0.100.0+0.20.2" authors = ["Tamas Blummer "] license = "Apache-2.0" homepage = "https://github.com/rust-bitcoin/rust-bitcoinconsensus/"