From 45395190c22d4ff50ef34ae6f8aec2a2f73470fa Mon Sep 17 00:00:00 2001 From: "Tobin C. Harding" Date: Wed, 15 Mar 2023 15:10:49 +1100 Subject: [PATCH] Bump version to 0.27.0 Add changelog notes and bump the minor version number. --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b060d8a..d82f419 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 0.27.0 - 2023-13-15 + +* [Depend on newly release `bitcoin_hashes` v0.12](https://github.com/rust-bitcoin/rust-secp256k1/pull/588). +* [Implement `Debug` trait for `Scalar` type](https://github.com/rust-bitcoin/rust-secp256k1/pull/578). +* [Implement `insecure-erase`](https://github.com/rust-bitcoin/rust-secp256k1/pull/582). + # 0.26.0 - 2202-12-19 * Update libsecp25k1 to v0.2.0 diff --git a/Cargo.toml b/Cargo.toml index 5f5eca3..9d24b50 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "secp256k1" -version = "0.26.0" +version = "0.27.0" authors = [ "Dawid Ciężarkiewicz ", "Andrew Poelstra " ] license = "CC0-1.0"