Skip to content

Commit f100d65

Browse files
committed
Merge #219: Bump version to 2.0.0
fd67b7a bump version to 2.0.0 (Vihiga Tyonum) Pull request description: <!-- You can erase any parts of this template not applicable to your Pull Request. --> ### Description This PR bump version to 2.0.0 Fixes #215 <!-- Describe the purpose of this PR, what's being adding and/or fixed --> ### Checklists #### All Submissions: * [x] I've signed all my commits * [x] I followed the [contribution guidelines](https://github.com/bitcoindevkit/bdk-cli/blob/master/CONTRIBUTING.md) * [x] I ran `cargo fmt` and `cargo clippy` before committing ACKs for top commit: notmandatory: ACK fd67b7a Tree-SHA512: abd59fe0c600c643c61c5bc8a973698a951b68f86e1d474e8a92f458d3d1f133737165c948b1a765d71a694d0b82e4abf4f65e50e1721640284233e8c343c4ea
2 parents c5a1a9a + fd67b7a commit f100d65

File tree

3 files changed

+14
-5
lines changed

3 files changed

+14
-5
lines changed

CHANGELOG.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bdk-cli"
3-
version = "1.0.0"
3+
version = "2.0.0"
44
edition = "2024"
55
authors = ["Alekos Filini <alekos.filini@gmail.com>", "Riccardo Casatta <riccardo@casatta.it>", "Steve Myers <steve@notmandatory.org>"]
66
homepage = "https://bitcoindevkit.org"

0 commit comments

Comments
 (0)