You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+21-5Lines changed: 21 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,24 @@ Changelog info is also documented on the [GitHub releases](https://github.com/bi
4
4
page. See [DEVELOPMENT_CYCLE.md](DEVELOPMENT_CYCLE.md) for more details.
5
5
6
6
## [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
10
25
11
26
## [2.0.0]
12
27
@@ -124,8 +139,9 @@ page. See [DEVELOPMENT_CYCLE.md](DEVELOPMENT_CYCLE.md) for more details.
0 commit comments