@@ -5,11 +5,19 @@ page. See [DEVELOPMENT_CYCLE.md](DEVELOPMENT_CYCLE.md) for more details.
55
66## [ Unreleased]
77
8+ ## [ 2.0.0]
9+
810- Removed MSRV and bumped Rust Edition to 2024
9- - Add ` --pretty ` top level flag for formatting commands output in a tabular format
11+ - Add ` --pretty ` flag for formatting outputs in human-readable form
1012- Updated ` bdk_wallet ` to ` 2.1.0 ` , ` bdk_bitcoind_rpc ` to ` 0.21.0 ` , ` bdk_esplora ` to ` 0.22.1 ` , ` bdk_kyoto ` to ` 0.13.1 `
1113- Updated ` tracing-subscriber ` to 0.3.20
12-
14+ - Added ` tr ` script type to ` compile ` command to support creating taproot descriptors
15+ - Added ` redb ` as an alternative persistence to ` sqlite `
16+ - Removed connection requirement for sending transactions in ` bdk_kyoto `
17+ - Added ` just ` command runner for common commands and ` regtest ` bitcoind
18+ - Renamed ` BuilderError ` to ` KyotoBuilderError ` and added ` KyotoUpdateError `
19+ - Updated ` bdk_electrum ` to 0.23.0
20+ - Added ` just ` example for starting, connecting and funding a wallet in regtest
1321
1422## [ 1.0.0]
1523
@@ -113,7 +121,8 @@ page. See [DEVELOPMENT_CYCLE.md](DEVELOPMENT_CYCLE.md) for more details.
113121
114122## [ 0.1.0-beta.1]
115123
116- [ Unreleased ] : https://github.com/bitcoindevkit/bdk-cli/compare/v1.0.0...HEAD
124+ [ Unreleased ] : https://github.com/bitcoindevkit/bdk-cli/compare/v2.0.0...HEAD
125+ [ 2.0.0 ] : https://github.com/bitcoindevkit/bdk-cli/compare/v1.0.0....v2.0.0
117126[ 1.0.0 ] : https://github.com/bitcoindevkit/bdk-cli/compare/v0.27.1...v1.0.0
118127[ 0.27.1 ] : https://github.com/bitcoindevkit/bdk-cli/compare/v0.26.0...v0.27.1
119128[ 0.26.0 ] : https://github.com/bitcoindevkit/bdk-cli/compare/v0.6.0...v0.26.0
0 commit comments