File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,17 @@ 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.3.0]
11+
12+ ### Added
13+
14+ - feat: add ` apply_block_events ` and ` apply_block_connected_to_events ` #336
15+
16+ ### Fixed
17+
18+ - fix: (backport #337 ) - don't fail in ` build_fee_bump ` for missing parent txid #349
19+ - ci: pin syn crate to 2.0.106 #338
20+
1021## [ wallet-2.2.0]
1122
1223### Added
@@ -1346,3 +1357,4 @@ final transaction is created by calling `finish` on the builder.
13461357[ wallet-2.0.0 ] : https://github.com/bitcoindevkit/bdk/releases/tag/wallet-2.0.0
13471358[ wallet-2.1.0 ] : https://github.com/bitcoindevkit/bdk/releases/tag/wallet-2.1.0
13481359[ wallet-2.2.0 ] : https://github.com/bitcoindevkit/bdk/releases/tag/wallet-2.2.0
1360+ [ wallet-2.3.0 ] : https://github.com/bitcoindevkit/bdk/releases/tag/wallet-2.3.0
Original file line number Diff line number Diff line change 11[package ]
22name = " bdk_wallet"
33homepage = " https://bitcoindevkit.org"
4- version = " 2.3.0-alpha.0 "
4+ version = " 2.3.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