]> Untitled Git - bdk/commitdiff
Bump version to 0.21.0
authorAlekos Filini <alekos.filini@gmail.com>
Thu, 11 Aug 2022 12:39:18 +0000 (14:39 +0200)
committerAlekos Filini <alekos.filini@gmail.com>
Thu, 11 Aug 2022 15:02:32 +0000 (17:02 +0200)
CHANGELOG.md
Cargo.toml
src/lib.rs

index 1ec9da4ab4ddbca0829ccdb0427f7d4c03c6c054..87b11926839404631d86c8942919bac88b10307f 100644 (file)
@@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
 
 ## [Unreleased]
+
+## [v0.21.0] - [v0.20.0]
+
 - Add `descriptor::checksum::get_checksum_bytes` method.
 - Add `Excess` enum to handle remaining amount after coin selection.
 - 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.
 [v0.18.0]: https://github.com/bitcoindevkit/bdk/compare/v0.17.0...v0.18.0
 [v0.19.0]: https://github.com/bitcoindevkit/bdk/compare/v0.18.0...v0.19.0
 [v0.20.0]: https://github.com/bitcoindevkit/bdk/compare/v0.19.0...v0.20.0
-[unreleased]: https://github.com/bitcoindevkit/bdk/compare/v0.20.0...HEAD
+[v0.21.0]: https://github.com/bitcoindevkit/bdk/compare/v0.20.0...v0.21.0
+[unreleased]: https://github.com/bitcoindevkit/bdk/compare/v0.21.0...HEAD
index 32a98a9f110116ae4e7d584d0b6533213111646c..7c153a190ffc09d1f7f078e87297faadcb55a46d 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "bdk"
-version = "0.21.0-rc.1"
+version = "0.21.0"
 edition = "2018"
 authors = ["Alekos Filini <alekos.filini@gmail.com>", "Riccardo Casatta <riccardo@casatta.it>"]
 homepage = "https://bitcoindevkit.org"
index 4c4bb3c2070086e0e2d71b7cb76c48d62f87457c..b3195fbaefda30783d454f619584c7afd1a73a72 100644 (file)
@@ -44,7 +44,7 @@
 //! interact with the bitcoin P2P network.
 //!
 //! ```toml
-//! bdk = "0.20.0"
+//! bdk = "0.21.0"
 //! ```
 //!
 //! # Examples