Skip to content

Commit ce70bb7

Browse files
committed
Merge #249: Release 2.0.0-beta.0
5e328b8 chore: bump version to 2.0.0-beta.0 (valued mammal) Pull request description: Release crate version 2.0.0-beta.0 and update `CHANGELOG.md`. ACKs for top commit: notmandatory: ACK 5e328b8 Tree-SHA512: a9f0b85720bb9cc0cec6b53341bbc4f2c9a85c856060ca2a03abf11a1872dcaec38ce3e918e329677a2fd4a638da819a65ccceab7ed4dca37d90cf372c33b770
2 parents 3d619c9 + 5e328b8 commit ce70bb7

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

wallet/CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,34 @@ 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.0.0-beta.0]
11+
12+
### Added
13+
14+
- Add zizmor github actions security analysis workflow #8
15+
- docs(wallet): provide guidance on use of ChangeSet #198
16+
- ci: Add Ubuntu 24.04 ARM support for build-test job #200
17+
- Bring back TxDetails #201
18+
- feat(test): add legacy descriptor tests #214
19+
20+
### Fixed
21+
22+
- fix: no Debug on Display implementations #12
23+
- fix: Validate prevouts in get_psbt_input #232
24+
- fix(wallet): fix into_descriptor_key for DescriptorPublicKey #241
25+
26+
### Changed
27+
28+
- chore: split bdk_wallet into it's own repository #2
29+
- chore: remove lazy_static from Cargo.toml #218
30+
- chore(example_wallet_rpc): bump ctrlc to 3.4.6 #217
31+
- chore(example_wallet_esplora_async): bump tokio to 1.38.1 #219
32+
- deps!: update bdk_chain to 0.22.0 #208
33+
- Chore: migrate library version naming convention on master #215
34+
- chore: create and apply rustfmt.toml #213
35+
- deps: Update bdk_chain to 0.23.0 #247
36+
- feat(test-utils)!: use bitcoin::Amount instead of u64 on tests #223
37+
1038
## [wallet-1.2.0]
1139

1240
### Changed
@@ -1272,3 +1300,4 @@ final transaction is created by calling `finish` on the builder.
12721300
[wallet-1.0.0]: https://github.com/bitcoindevkit/bdk/releases/tag/wallet-1.0.0
12731301
[wallet-1.1.0]: https://github.com/bitcoindevkit/bdk/releases/tag/wallet-1.1.0
12741302
[wallet-1.2.0]: https://github.com/bitcoindevkit/bdk/releases/tag/wallet-1.2.0
1303+
[wallet-2.0.0-beta.0]: https://github.com/bitcoindevkit/bdk/releases/tag/wallet-2.0.0-beta.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.0.0-alpha.0"
4+
version = "2.0.0-beta.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)