]> Untitled Git - bdk-cli/commitdiff
Update changelog file
authorrajarshimaitra <rajarshi149@gmail.com>
Wed, 15 Mar 2023 06:49:22 +0000 (12:19 +0530)
committerSteve Myers <steve@notmandatory.org>
Mon, 27 Mar 2023 14:48:51 +0000 (09:48 -0500)
CHANGELOG.md

index 8f2a015fb8b746f970b18ca6eaee0498f8d002c6..15627f0addcd2ba81fc954a012e7a535c1da67fc 100644 (file)
@@ -1,11 +1,21 @@
 # Changelog
-All notable changes to this project prior to release **0.26.0** are documented in this file. Future
-changelog information can be found in each release's git tag and can be viewed with `git tag -ln100 "v*"`.
+Changelog information can be found in each release's git tag and can be viewed with `git tag -ln100 "v*"`.
 Changelog info is also documented on the [GitHub releases](https://github.com/bitcoindevkit/bdk-cli/releases)
 page. See [DEVELOPMENT_CYCLE.md](DEVELOPMENT_CYCLE.md) for more details.
 
 ## [Unreleased]
 
+## [0.27.1]
+- Added hardware signers through the use of HWI.
+- Bumped rustc stable to 1.65.
+- Bumped electrsd version to v0.22.*.
+
+## [0.26.0]
+ - Check that a `PSBT` is signed before broadcast, else throw a useful error message to user.
+ - Miniscript Translation capability to an `AliasMap` in wasm, to enhance the paly ground interface.
+ - cli-app framework from `structop` to `clap`.
+ - Temporarily disable `compact_filters` until `bdk v1.0.0` launch.
+
 ## [0.6.0]
 
 - Add distinct `key-value-db` and `sqlite-db` features, keep default as `key-value-db`
@@ -71,7 +81,9 @@ page. See [DEVELOPMENT_CYCLE.md](DEVELOPMENT_CYCLE.md) for more details.
 
 ## [0.1.0-beta.1]
 
-[unreleased]: https://github.com/bitcoindevkit/bdk-cli/compare/v0.6.0...HEAD
+[unreleased]: https://github.com/bitcoindevkit/bdk-cli/compare/v0.27.1...HEAD
+[0.27.1]: https://github.com/bitcoindevkit/bdk-cli/compare/v0.26.0...v0.27.1
+[0.26.0]: https://github.com/bitcoindevkit/bdk-cli/compare/v0.6.0...v0.26.0
 [0.6.0]: https://github.com/bitcoindevkit/bdk-cli/compare/v0.5.0...v0.6.0
 [0.5.0]: https://github.com/bitcoindevkit/bdk-cli/compare/v0.4.0...v0.5.0
 [0.4.0]: https://github.com/bitcoindevkit/bdk-cli/compare/v0.3.0...v0.4.0