From b5d5ac5ffb0d5fdbeb3d78e15559e145e8fde731 Mon Sep 17 00:00:00 2001 From: Andrew Poelstra Date: Tue, 15 Jan 2019 19:05:27 +0000 Subject: [PATCH] bump version to 0.16 --- CHANGELOG.md | 8 ++++++++ Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c70f03..17cbbd0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,12 @@ +# 0.16.0 - 2019-01-15 + +* Reorganize opcode types to eliminate unsafe code +* Un-expose some macros that were unintentionally exported +* Update rust-secp256k1 dependency to 0.12 +* Remove `util::iter::Pair` type which does not belong in this library +* Minor bugfixes and optimizations + # 0.15.1 - 2018-11-08 * [Detect p2pk addresses with compressed keys](https://github.com/rust-bitcoin/rust-bitcoin/pull/189) diff --git a/Cargo.toml b/Cargo.toml index 4e6feb4..c3c370a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "bitcoin" -version = "0.15.1" +version = "0.16.0" authors = ["Andrew Poelstra "] license = "CC0-1.0" homepage = "https://github.com/rust-bitcoin/rust-bitcoin/"