Skip to content

Commit d51afed

Browse files
committed
Bump version to 2.4.0
1 parent da4c4ba commit d51afed

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

wallet/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,19 @@ 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.4.0]
11+
12+
### Added
13+
14+
- Add `get_pre_v1_wallet_keychains` migration helper to assist with migrating from pre-1.0 bdk sqlite databases #365, #415
15+
- Add `Wallet::apply_unconfirmed_txs_events` method for tracking unconfirmed transaction events #399
16+
- Add `Wallet::apply_evicted_txs_events` method for tracking evicted transaction events #399
17+
- Add `Wallet::events_helper` method for advanced users to generate `WalletEvent`s after custom operations #399
18+
19+
### Reverted
20+
21+
- Un-deprecate `wallet::signer` module #405
22+
1023
## [wallet-2.3.0]
1124

1225
### Added
@@ -1358,3 +1371,4 @@ final transaction is created by calling `finish` on the builder.
13581371
[wallet-2.1.0]: https://github.com/bitcoindevkit/bdk/releases/tag/wallet-2.1.0
13591372
[wallet-2.2.0]: https://github.com/bitcoindevkit/bdk/releases/tag/wallet-2.2.0
13601373
[wallet-2.3.0]: https://github.com/bitcoindevkit/bdk/releases/tag/wallet-2.3.0
1374+
[wallet-2.4.0]: https://github.com/bitcoindevkit/bdk/releases/tag/wallet-2.4.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"
4+
version = "2.4.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)