]> Untitled Git - bdk-cli/commitdiff
bump version to 2.0.0
authorVihiga Tyonum <withtvpeter@gmail.com>
Wed, 10 Sep 2025 09:38:41 +0000 (10:38 +0100)
committerVihiga Tyonum <withtvpeter@gmail.com>
Wed, 10 Sep 2025 09:38:41 +0000 (10:38 +0100)
CHANGELOG.md
Cargo.lock
Cargo.toml

index a567b33fc115937690bce4f5f151d368b7ebcf50..437f97e9f3feefda20cee7d7864aead6da1b3cb8 100644 (file)
@@ -5,11 +5,19 @@ page. See [DEVELOPMENT_CYCLE.md](DEVELOPMENT_CYCLE.md) for more details.
 
 ## [Unreleased]
 
+## [2.0.0]
+
 - Removed MSRV and bumped Rust Edition to 2024
-- Add `--pretty` top level flag for formatting commands output in a tabular format
+- Add `--pretty` flag for formatting outputs in human-readable form
 - 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` 
 - Updated `tracing-subscriber` to 0.3.20
-
+- Added `tr` script type to `compile` command to support creating taproot descriptors
+- Added `redb` as an alternative persistence to `sqlite`
+- Removed connection requirement for sending transactions in `bdk_kyoto`
+- Added `just` command runner for common commands and `regtest` bitcoind
+- Renamed `BuilderError` to `KyotoBuilderError` and added `KyotoUpdateError`
+- Updated `bdk_electrum` to 0.23.0
+- Added `just` example for starting, connecting and funding a wallet in regtest
 
 ## [1.0.0]
 
@@ -113,7 +121,8 @@ page. See [DEVELOPMENT_CYCLE.md](DEVELOPMENT_CYCLE.md) for more details.
 
 ## [0.1.0-beta.1]
 
-[Unreleased]: https://github.com/bitcoindevkit/bdk-cli/compare/v1.0.0...HEAD
+[Unreleased]: https://github.com/bitcoindevkit/bdk-cli/compare/v2.0.0...HEAD
+[2.0.0]: https://github.com/bitcoindevkit/bdk-cli/compare/v1.0.0....v2.0.0
 [1.0.0]: https://github.com/bitcoindevkit/bdk-cli/compare/v0.27.1...v1.0.0
 [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
index 3dcc924bf300fc2b3dbbb7dd636ce15a901d286c..57efe7f8ee8102f0ae4e9f52ad9ec7b74c08b8bc 100644 (file)
@@ -179,7 +179,7 @@ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
 
 [[package]]
 name = "bdk-cli"
-version = "1.0.0"
+version = "2.0.0"
 dependencies = [
  "bdk_bitcoind_rpc",
  "bdk_electrum",
index bbd26107d5df563f54d066745790c5dd56fba121..e41e37bf74a75387c3dd7f814c7b1790fbe720a7 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "bdk-cli"
-version = "1.0.0"
+version = "2.0.0"
 edition = "2024"
 authors = ["Alekos Filini <alekos.filini@gmail.com>", "Riccardo Casatta <riccardo@casatta.it>", "Steve Myers <steve@notmandatory.org>"]
 homepage = "https://bitcoindevkit.org"