Skip to content

Commit 5ed44c9

Browse files
committed
Merge #351: Bump version to 2.3.0
79c5f4b Bump version to 2.3.0 (Steve Myers) Pull request description: Bumped version to 2.3.0 and updated release notes. ACKs for top commit: ValuedMammal: ACK 79c5f4b Tree-SHA512: d85681a82f0af70d77e406b3b1397d020f11ca4dd84189349b242d3d5facd4c1387154a22a9d9ae1ad882c7f491464487ff87525329513f7f4ddc56330b94dd7
2 parents dae7419 + 79c5f4b commit 5ed44c9

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

wallet/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@ Contributors do not need to change this file but do need to add changelog detail
77
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
88
and 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

wallet/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "bdk_wallet"
33
homepage = "https://bitcoindevkit.org"
4-
version = "2.3.0-alpha.0"
4+
version = "2.3.0"
55
repository = "https://github.com/bitcoindevkit/bdk_wallet"
66
documentation = "https://docs.rs/bdk_wallet"
77
description = "A modern, lightweight, descriptor-based wallet library"

0 commit comments

Comments
 (0)