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
77The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
88and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
99
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+
1025## [ wallet-2.1.0]
1126
1227### Added
@@ -1330,3 +1345,4 @@ final transaction is created by calling `finish` on the builder.
13301345[ wallet-2.0.0-beta.0 ] : https://github.com/bitcoindevkit/bdk/releases/tag/wallet-2.0.0-beta.0
13311346[ wallet-2.0.0 ] : https://github.com/bitcoindevkit/bdk/releases/tag/wallet-2.0.0
13321347[ 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 11[package ]
22name = " bdk_wallet"
33homepage = " https://bitcoindevkit.org"
4- version = " 2.2.0-alpha.0 "
4+ version = " 2.2.0"
55repository = " https://github.com/bitcoindevkit/bdk_wallet"
66documentation = " https://docs.rs/bdk_wallet"
77description = " A modern, lightweight, descriptor-based wallet library"
You can’t perform that action at this time.
0 commit comments