From 245fa368ca873852321b025f0a0c5425b57f8b00 Mon Sep 17 00:00:00 2001 From: "Tobin C. Harding" Date: Wed, 29 Nov 2023 16:05:50 +1100 Subject: [PATCH] Bump version to 0.20.2-0.6.0 In preparation for release bump the version and add a changelog entry. --- CHANGELOG.md | 4 +++- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a0a59dc54..cc958383f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ -# Unreleased +## v0.20.2-0.6.0 * Bump MSRV to rust 1.48.0 [#64](https://github.com/rust-bitcoin/rust-bitcoinconsensus/pull/64) +* De-clutter the public API by moving creating an `ffi` submodule +* Add support for all public API calls from Core's `bitcoinconsensus.cpp` ## v0.20.2-0.5.0 diff --git a/Cargo.toml b/Cargo.toml index 467ebf1e9..5f2fd1516 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.5.0" +version = "0.20.2-0.6.0" authors = ["Tamas Blummer "] license = "Apache-2.0" homepage = "https://github.com/rust-bitcoin/rust-bitcoinconsensus/"