Skip to content

Commit 83499d7

Browse files
committed
docs: Update changelog for v3.0.0 release
1 parent b788a8d commit 83499d7

File tree

1 file changed

+21
-5
lines changed

1 file changed

+21
-5
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

0 commit comments

Comments
 (0)