Skip to content

Commit 79c5f4b

Browse files
committed
Bump version to 2.3.0
1 parent dae7419 commit 79c5f4b

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)