]> Untitled Git - bdk/commitdiff
Bump version to 0.14.0 v0.14.0
authorSteve Myers <steve@notmandatory.org>
Sun, 28 Nov 2021 05:00:19 +0000 (21:00 -0800)
committerSteve Myers <steve@notmandatory.org>
Sun, 28 Nov 2021 05:07:12 +0000 (21:07 -0800)
CHANGELOG.md
Cargo.toml
src/lib.rs

index 48b0bca3c71ce91b860b4ec584d3ddc08ea99e14..5e06369a01b579591ffe82726a884915c2033607 100644 (file)
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+## [v0.14.0] - [v0.13.0]
+
 - BIP39 implementation dependency, in `keys::bip39` changed from tiny-bip39 to rust-bip39.
 - Add new method on the `TxBuilder` to embed data in the transaction via `OP_RETURN`. To allow that a fix to check the dust only on spendable output has been introduced.
 - Update the `Database` trait to store the last sync timestamp and block height
@@ -394,3 +396,4 @@ final transaction is created by calling `finish` on the builder.
 [v0.11.0]: https://github.com/bitcoindevkit/bdk/compare/v0.10.0...v0.11.0
 [v0.12.0]: https://github.com/bitcoindevkit/bdk/compare/v0.11.0...v0.12.0
 [v0.13.0]: https://github.com/bitcoindevkit/bdk/compare/v0.12.0...v0.13.0
+[v0.14.0]: https://github.com/bitcoindevkit/bdk/compare/v0.13.0...v0.14.0
index acd956e248bd79e4728b11c02a01609e5755baa5..d14b80a1eb3389e607856e05c8795044ae897509 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "bdk"
-version = "0.14.0-rc.1"
+version = "0.14.0"
 edition = "2018"
 authors = ["Alekos Filini <alekos.filini@gmail.com>", "Riccardo Casatta <riccardo@casatta.it>"]
 homepage = "https://bitcoindevkit.org"
index ea1f2990f23abba754448e9d26ed346a371dae39..aeaf493c15c1569bf3cc734d407323f053b53d66 100644 (file)
@@ -40,7 +40,7 @@
 //! interact with the bitcoin P2P network.
 //!
 //! ```toml
-//! bdk = "0.13.0"
+//! bdk = "0.14.0"
 //! ```
 #![cfg_attr(
     feature = "electrum",