]> Untitled Git - bdk/commitdiff
Bump version to 0.27.2 v0.27.2
authorSteve Myers <steve@notmandatory.org>
Wed, 15 Mar 2023 16:29:22 +0000 (11:29 -0500)
committerSteve Myers <steve@notmandatory.org>
Wed, 15 Mar 2023 16:35:10 +0000 (11:35 -0500)
CHANGELOG.md
Cargo.toml

index 417038dab5fb6a8b9b46bcb25323cd67b61b7f77..9ecb49c8ef181560e8524414439b9de164f0b634 100644 (file)
@@ -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
index e2852d84a41271d1ea17ceaec284c102cd07fd36..64413ce8b9d641b2b494599fb1c3cc6ca204e852 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "bdk"
-version = "0.27.1"
+version = "0.27.2"
 edition = "2018"
 authors = ["Alekos Filini <alekos.filini@gmail.com>", "Riccardo Casatta <riccardo@casatta.it>"]
 homepage = "https://bitcoindevkit.org"