File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,21 @@ Contributors do not need to change this file but do need to add changelog detail
7
7
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
8
8
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
9
9
10
+ ## [ wallet-2.2.0]
11
+
12
+ ### Added
13
+
14
+ - feat: Return wallet events when applying updates #310
15
+ - feat: (Backport #300 ) - Add utilities to test persistence #311
16
+ - docs: (Backport #306 ) - docs: add wording on required use of xpub for multipath constructor #309
17
+ - docs: add metadata fields to issue templates for triage #296
18
+
19
+ ### Changed
20
+
21
+ - ci: automated update to rustc 1.89.0 #298
22
+
23
+ \* ** Note that the ` signer ` module has been deprecated and is planned to be removed in a future release.** \*
24
+
10
25
## [ wallet-2.1.0]
11
26
12
27
### Added
@@ -1330,3 +1345,4 @@ final transaction is created by calling `finish` on the builder.
1330
1345
[ wallet-2.0.0-beta.0 ] : https://github.com/bitcoindevkit/bdk/releases/tag/wallet-2.0.0-beta.0
1331
1346
[ wallet-2.0.0 ] : https://github.com/bitcoindevkit/bdk/releases/tag/wallet-2.0.0
1332
1347
[ wallet-2.1.0 ] : https://github.com/bitcoindevkit/bdk/releases/tag/wallet-2.1.0
1348
+ [ wallet-2.2.0 ] : https://github.com/bitcoindevkit/bdk/releases/tag/wallet-2.2.0
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " bdk_wallet"
3
3
homepage = " https://bitcoindevkit.org"
4
- version = " 2.2.0-alpha.0 "
4
+ version = " 2.2.0"
5
5
repository = " https://github.com/bitcoindevkit/bdk_wallet"
6
6
documentation = " https://docs.rs/bdk_wallet"
7
7
description = " A modern, lightweight, descriptor-based wallet library"
You can’t perform that action at this time.
0 commit comments