|
1 | 1 | # Changelog
|
2 |
| -All notable changes to this project prior to release **0.26.0** are documented in this file. Future |
3 |
| -changelog information can be found in each release's git tag and can be viewed with `git tag -ln100 "v*"`. |
| 2 | +Changelog information can be found in each release's git tag and can be viewed with `git tag -ln100 "v*"`. |
4 | 3 | Changelog info is also documented on the [GitHub releases](https://github.com/bitcoindevkit/bdk-cli/releases)
|
5 | 4 | page. See [DEVELOPMENT_CYCLE.md](DEVELOPMENT_CYCLE.md) for more details.
|
6 | 5 |
|
7 | 6 | ## [Unreleased]
|
8 | 7 |
|
| 8 | +## [0.27.1] |
| 9 | +- Added hardware signers through the use of HWI. |
| 10 | +- Bumped rustc stable to 1.65. |
| 11 | +- Bumped electrsd version to v0.22.*. |
| 12 | + |
| 13 | +## [0.26.0] |
| 14 | + - Check that a `PSBT` is signed before broadcast, else throw a useful error message to user. |
| 15 | + - Miniscript Translation capability to an `AliasMap` in wasm, to enhance the paly ground interface. |
| 16 | + - cli-app framework from `structop` to `clap`. |
| 17 | + - Temporarily disable `compact_filters` until `bdk v1.0.0` launch. |
| 18 | + |
9 | 19 | ## [0.6.0]
|
10 | 20 |
|
11 | 21 | - 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.
|
71 | 81 |
|
72 | 82 | ## [0.1.0-beta.1]
|
73 | 83 |
|
74 |
| -[unreleased]: https://github.com/bitcoindevkit/bdk-cli/compare/v0.6.0...HEAD |
| 84 | +[unreleased]: https://github.com/bitcoindevkit/bdk-cli/compare/v0.27.1...HEAD |
| 85 | +[0.27.1]: https://github.com/bitcoindevkit/bdk-cli/compare/v0.26.0...v0.27.1 |
| 86 | +[0.26.0]: https://github.com/bitcoindevkit/bdk-cli/compare/v0.6.0...v0.26.0 |
75 | 87 | [0.6.0]: https://github.com/bitcoindevkit/bdk-cli/compare/v0.5.0...v0.6.0
|
76 | 88 | [0.5.0]: https://github.com/bitcoindevkit/bdk-cli/compare/v0.4.0...v0.5.0
|
77 | 89 | [0.4.0]: https://github.com/bitcoindevkit/bdk-cli/compare/v0.3.0...v0.4.0
|
|
0 commit comments