From ef69f24feddb17568ffda0f46b142e361e8a4b1b Mon Sep 17 00:00:00 2001 From: Riccardo Casatta Date: Wed, 21 Jul 2021 08:53:51 +0200 Subject: [PATCH] Bump version to 0.27.0 --- CHANGELOG.md | 8 ++++++++ Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 036a035b..4466380d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# 0.27 - 2020-07-21 + +- [Bigendian fixes and CI test](https://github.com/rust-bitcoin/rust-bitcoin/pull/627) +- [no_std support, keeping MSRV](https://github.com/rust-bitcoin/rust-bitcoin/pull/603) +- [Bech32m adoption](https://github.com/rust-bitcoin/rust-bitcoin/pull/601) +- [Use Amount type for dust value calculation](https://github.com/rust-bitcoin/rust-bitcoin/pull/616) +- [Errors enum improvements](https://github.com/rust-bitcoin/rust-bitcoin/pull/521) +- [std -> core](https://github.com/rust-bitcoin/rust-bitcoin/pull/614) # 0.26.2 - 2021-06-08 diff --git a/Cargo.toml b/Cargo.toml index cb8dfa0b..13408060 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bitcoin" -version = "0.26.2" +version = "0.27.0" authors = ["Andrew Poelstra "] license = "CC0-1.0" homepage = "https://github.com/rust-bitcoin/rust-bitcoin/"