Skip to content

Release/0.21.0#711

Merged
afilini merged 5 commits intomasterfrom
release/0.21.0
Aug 16, 2022
Merged

Release/0.21.0#711
afilini merged 5 commits intomasterfrom
release/0.21.0

Conversation

@afilini
Copy link
Copy Markdown
Member

@afilini afilini commented Aug 11, 2022

Description

Merge the release branch back into master

Checklists

All Submissions:

  • I've signed all my commits
  • I followed the contribution guidelines
  • I ran cargo fmt and cargo clippy before committing

New Features:

  • I've added tests for the new feature
  • I've added docs for the new feature
  • I've updated CHANGELOG.md

Bugfixes:

  • This pull request breaks the existing API
  • I've added tests to reproduce the issue which are now passing
  • I'm linking the issue being fixed by this PR

@codecov
Copy link
Copy Markdown

codecov Bot commented Aug 11, 2022

Codecov Report

Merging #711 (8026bd9) into master (03d3c78) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #711   +/-   ##
=======================================
  Coverage   77.21%   77.21%           
=======================================
  Files          35       35           
  Lines        8987     8987           
=======================================
  Hits         6939     6939           
  Misses       2048     2048           
Impacted Files Coverage Δ
src/descriptor/dsl.rs 92.75% <ø> (ø)
src/lib.rs 83.44% <ø> (ø)
src/wallet/mod.rs 97.01% <ø> (ø)
src/wallet/tx_builder.rs 91.66% <ø> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

Copy link
Copy Markdown
Member

@danielabrozzoni danielabrozzoni left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For some reason github shows differences in src/blockchain/rpc.rs, but I checked locally with git diff origin/master and the only differences seem to be:

index 1ec9da4..87b1192 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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
diff --git a/Cargo.toml b/Cargo.toml
index 9c91092..d61e4f3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "bdk"
-version = "0.20.1-dev"
+version = "0.21.1-dev"
 edition = "2018"
 authors = ["Alekos Filini <alekos.filini@gmail.com>", "Riccardo Casatta <riccardo@casatta.it>"]
 homepage = "https://bitcoindevkit.org"
diff --git a/src/lib.rs b/src/lib.rs
index 4c4bb3c..b3195fb 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -44,7 +44,7 @@
 //! interact with the bitcoin P2P network.
 //!
 //! ```toml
-//! bdk = "0.20.0"
+//! bdk = "0.21.0"
 //! ```
 //!
 //! # Examples

which are correct.

ACK 8026bd9

@afilini afilini merged commit 588c17f into master Aug 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants