Skip to content

Commit 4e202c8

Browse files
committed
Merge #417: chore: bump version to 3.0.0-rc.2
79783c5 chore: bump version to `3.0.0-rc.2` (valued mammal) d8f6fa3 chore: Update `CHANGELOG.md` (valued mammal) Pull request description: ### Description Update the `CHANGELOG.md` with merged PRs since `3.0.0-rc.1` ([compare](v3.0.0-rc.1...cb2c7ed)) and bump the version in Cargo.toml to `3.0.0-rc.2`. ### Checklists #### All Submissions: * [x] I ran `just p` before pushing ACKs for top commit: notmandatory: ACK 79783c5 luisschwab: re-ACK 79783c5 oleonardolima: ACK 79783c5 Tree-SHA512: b62dc2d549540da9a8f8c3a2f4c4f91ef6fe691638007bd8083476998d71cbb8c6cbf0145b711b8b21f875a2a70883563e46ed9c838907c25076b1ebd981fe17
2 parents cb2c7ed + 79783c5 commit 4e202c8

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1717
- feat!: Persist utxo lock status [#259](https://github.com/bitcoindevkit/bdk_wallet/pull/259)
1818
- Return wallet events when applying updates and blocks (3.0 milestone) [#319](https://github.com/bitcoindevkit/bdk_wallet/pull/319)
1919
- feature: Add Caravan wallet format import/export support [#205](https://github.com/bitcoindevkit/bdk_wallet/pull/205)
20-
- Add get_pre_1_wallet_keychains migration helper [#364](https://github.com/bitcoindevkit/bdk_wallet/pull/364)
20+
- Add get_pre_v1_wallet_keychains to assist migration from pre-1.0 bdk wallets [#364](https://github.com/bitcoindevkit/bdk_wallet/pull/364) [#411](https://github.com/bitcoindevkit/bdk_wallet/pull/411)
2121
- Update README with new codecov badge [#341](https://github.com/bitcoindevkit/bdk_wallet/pull/341)
2222
- feat: Add apply_unconfirmed_txs_events and apply_evicted_txs_events [#388](https://github.com/bitcoindevkit/bdk_wallet/pull/388)
2323

2424
### Fixed
2525

2626
- fix(wallet): Don't fail in build_fee_bump for missing parent txid [#337](https://github.com/bitcoindevkit/bdk_wallet/pull/337)
27+
- fix(dsl): handle invalid `RelLockTime` without panicking [#404](https://github.com/bitcoindevkit/bdk_wallet/pull/404)
28+
- fix(dsl): handle invalid `AbsLockTime` without panicking [#409](https://github.com/bitcoindevkit/bdk_wallet/pull/409)
2729

2830
### Changed
2931

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 = "3.0.0-rc.1"
4+
version = "3.0.0-rc.2"
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)