From 060648775e18c9f7c6e8bc6bb3fe5d58e1072888 Mon Sep 17 00:00:00 2001 From: Andrew Poelstra Date: Wed, 26 Aug 2020 20:26:14 +0000 Subject: [PATCH] bump version to 0.18.0 --- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a100a8b..2531ec5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ +# 0.18.0 - 2020-08-26 + +* Add feature-gated `bitcoin_hashes` dependency and [`ThirtyTwoByteHash` trait](https://github.com/rust-bitcoin/rust-secp256k1/pull/206/) +* Add feature-gated [global static context](https://github.com/rust-bitcoin/rust-secp256k1/pull/224) +* Allow [all-zero messages](https://github.com/rust-bitcoin/rust-secp256k1/pull/207) to be constructed +* Bump rust-secp-sys to 0.2.0 + # 0.17.2 - Fix linking in the `fuzztarget` feature. diff --git a/Cargo.toml b/Cargo.toml index 250eecb..bc082ab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "secp256k1" -version = "0.17.2" +version = "0.18.0" authors = [ "Dawid Ciężarkiewicz ", "Andrew Poelstra " ] license = "CC0-1.0"