From de46a5120876c9ab70f032bdb8b133917996896b Mon Sep 17 00:00:00 2001 From: Steve Myers Date: Wed, 15 Mar 2023 11:29:22 -0500 Subject: [PATCH] Bump version to 0.27.2 --- CHANGELOG.md | 14 +++++++++++++- Cargo.toml | 2 +- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 417038da..9ecb49c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [v0.27.2] + +### Summary + +Disable default-features for rust-bitcoin and rust-miniscript dependencies, and for rust-esplora-client optional dependency. + +### Changed + +- Set default-features = false for rust-bitcoin and rust-miniscript #882 +- Update esplora client dependency to version 0.4 #884 + ## [v0.27.1] ### Summary @@ -642,4 +653,5 @@ final transaction is created by calling `finish` on the builder. [v0.26.0]: https://github.com/bitcoindevkit/bdk/compare/v0.25.0...v0.26.0 [v0.27.0]: https://github.com/bitcoindevkit/bdk/compare/v0.26.0...v0.27.0 [v0.27.1]: https://github.com/bitcoindevkit/bdk/compare/v0.27.0...v0.27.1 -[Unreleased]: https://github.com/bitcoindevkit/bdk/compare/v0.27.1...HEAD +[v0.27.2]: https://github.com/bitcoindevkit/bdk/compare/v0.27.1...v0.27.2 +[Unreleased]: https://github.com/bitcoindevkit/bdk/compare/v0.27.2...HEAD diff --git a/Cargo.toml b/Cargo.toml index e2852d84..64413ce8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bdk" -version = "0.27.1" +version = "0.27.2" edition = "2018" authors = ["Alekos Filini ", "Riccardo Casatta "] homepage = "https://bitcoindevkit.org"