Skip to content

Commit eef97ad

Browse files
rajarshimaitranotmandatory
authored andcommitted
Update changelog file
1 parent 45a0952 commit eef97ad

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,21 @@
11
# 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*"`.
43
Changelog info is also documented on the [GitHub releases](https://github.com/bitcoindevkit/bdk-cli/releases)
54
page. See [DEVELOPMENT_CYCLE.md](DEVELOPMENT_CYCLE.md) for more details.
65

76
## [Unreleased]
87

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+
919
## [0.6.0]
1020

1121
- 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.
7181

7282
## [0.1.0-beta.1]
7383

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
7587
[0.6.0]: https://github.com/bitcoindevkit/bdk-cli/compare/v0.5.0...v0.6.0
7688
[0.5.0]: https://github.com/bitcoindevkit/bdk-cli/compare/v0.4.0...v0.5.0
7789
[0.4.0]: https://github.com/bitcoindevkit/bdk-cli/compare/v0.3.0...v0.4.0

0 commit comments

Comments
 (0)