Skip to content

Commit 1dc41d0

Browse files
committed
Merge #265: Bump version to 3.0.0
07fd32f Bump version to 3.0.0 (Vihiga Tyonum) 83499d7 docs: Update changelog for v3.0.0 release (Vihiga Tyonum) Pull request description: <!-- You can erase any parts of this template not applicable to your Pull Request. --> ### Description This PR bumps the crate version to 3.0.0 Closes #257 <!-- 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: va-an: ACK 07fd32f Tree-SHA512: 60c753c7637749971fd695cfce08a9a0abac5b2ea3ed470a6d42cfb8f4861f35fee510af174956d213fb3cde8cc4a907a9fc309d23bf42befd909deadfd1aa22
2 parents b788a8d + 07fd32f commit 1dc41d0

File tree

3 files changed

+23
-7
lines changed

3 files changed

+23
-7
lines changed

CHANGELOG.md

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,24 @@ Changelog info is also documented on the [GitHub releases](https://github.com/bi
44
page. See [DEVELOPMENT_CYCLE.md](DEVELOPMENT_CYCLE.md) for more details.
55

66
## [Unreleased]
7-
- Add wallet subcommand `config` to save wallet configs
8-
- Add `wallets` command to list all wallets saved configs
9-
- Added `completions` subcommand to generate shell completions
7+
8+
## [3.0.0]
9+
10+
- Added `descriptor` command for generating descriptors
11+
- Added wallet subcommand `config` for saving and reusing wallet configuration
12+
- Added non-persisted async payjoin support
13+
- Added `completions` command to generate shell completions
14+
- Added `wallets` command to list all saved wallets configs
15+
- Refactor sync kyoto client to be borrowed/referenced
16+
- Updated `cont_integration` and `audit` workflows
17+
- Updated `--pretty` to be used in any position
18+
- Updated documentation to include installation prerequisite
19+
- Updated dependencies `bdk_electrum` to v0.23.2, `bdk_kyoto` to v0.15.4, `bdk_redb` to v0.1.1, `clap` to v4.6, `clap_complete` to v4.6, `env_logger` to v0.11.10, `thiserror` to v2.0.18, `tracing` to v0.1.44, `toml` to v1.1.0, `reqwest` to v0.13.2, `url` to v2.5.8 and other transitive dependencies
20+
- Replaced `coveralls` with `codecov` for coverage reporting
21+
- Fixed config test to use any client
22+
- Locked payjoin version to 1.0.0-rc.1
23+
- Fix duplicate wallet creation in non-persistent path
24+
- Removed remaining MSRV mentions in documentation
1025

1126
## [2.0.0]
1227

@@ -124,8 +139,9 @@ page. See [DEVELOPMENT_CYCLE.md](DEVELOPMENT_CYCLE.md) for more details.
124139

125140
## [0.1.0-beta.1]
126141

127-
[Unreleased]: https://github.com/bitcoindevkit/bdk-cli/compare/v2.0.0...HEAD
128-
[2.0.0]: https://github.com/bitcoindevkit/bdk-cli/compare/v1.0.0....v2.0.0
142+
[Unreleased]: https://github.com/bitcoindevkit/bdk-cli/compare/v3.0.0...HEAD
143+
[3.0.0]: https://github.com/bitcoindevkit/bdk-cli/compare/v2.0.0...v3.0.0
144+
[2.0.0]: https://github.com/bitcoindevkit/bdk-cli/compare/v1.0.0...v2.0.0
129145
[1.0.0]: https://github.com/bitcoindevkit/bdk-cli/compare/v0.27.1...v1.0.0
130146
[0.27.1]: https://github.com/bitcoindevkit/bdk-cli/compare/v0.26.0...v0.27.1
131147
[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 = "2.0.0"
3+
version = "3.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)