Skip to content

Commit e2bd960

Browse files
committed
Bump version to 0.21.0
1 parent 9be63e6 commit e2bd960

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [v0.21.0] - [v0.20.0]
10+
811
- Add `descriptor::checksum::get_checksum_bytes` method.
912
- Add `Excess` enum to handle remaining amount after coin selection.
1013
- Move change creation from `Wallet::create_tx` to `CoinSelectionAlgorithm::coin_select`.
@@ -488,4 +491,5 @@ final transaction is created by calling `finish` on the builder.
488491
[v0.18.0]: https://github.com/bitcoindevkit/bdk/compare/v0.17.0...v0.18.0
489492
[v0.19.0]: https://github.com/bitcoindevkit/bdk/compare/v0.18.0...v0.19.0
490493
[v0.20.0]: https://github.com/bitcoindevkit/bdk/compare/v0.19.0...v0.20.0
491-
[unreleased]: https://github.com/bitcoindevkit/bdk/compare/v0.20.0...HEAD
494+
[v0.21.0]: https://github.com/bitcoindevkit/bdk/compare/v0.20.0...v0.21.0
495+
[unreleased]: https://github.com/bitcoindevkit/bdk/compare/v0.21.0...HEAD

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bdk"
3-
version = "0.21.0-rc.1"
3+
version = "0.21.0"
44
edition = "2018"
55
authors = ["Alekos Filini <[email protected]>", "Riccardo Casatta <[email protected]>"]
66
homepage = "https://bitcoindevkit.org"

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
//! interact with the bitcoin P2P network.
4545
//!
4646
//! ```toml
47-
//! bdk = "0.20.0"
47+
//! bdk = "0.21.0"
4848
//! ```
4949
//!
5050
//! # Examples

0 commit comments

Comments
 (0)