]> Untitled Git - bdk/commitdiff
Bump version to 0.15.0 v0.15.0
authorSteve Myers <steve@notmandatory.org>
Thu, 23 Dec 2021 04:34:38 +0000 (20:34 -0800)
committerSteve Myers <steve@notmandatory.org>
Thu, 23 Dec 2021 05:10:27 +0000 (21:10 -0800)
CHANGELOG.md
Cargo.toml
src/lib.rs

index 9b135cba6e2b422c401e7e863e8ff08f24784b21..8cfca3e158482aa41d24b9f7b9c460c06ce8ddc6 100644 (file)
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+## [v0.15.0] - [v0.14.0]
+
 - Overhauled sync logic for electrum and esplora.
 - Unify ureq and reqwest esplora backends to have the same configuration parameters. This means reqwest now has a timeout parameter and ureq has a concurrency parameter.
 - Fixed esplora fee estimation.
index e31ef10dbd0fea18fabf0d1c9c7f9cd2e8cf7dbc..a0267defc34dbbb3eb2a0feec093762c5d7a9bd8 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "bdk"
-version = "0.15.0-rc.1"
+version = "0.15.0"
 edition = "2018"
 authors = ["Alekos Filini <alekos.filini@gmail.com>", "Riccardo Casatta <riccardo@casatta.it>"]
 homepage = "https://bitcoindevkit.org"
index 0d99a5f1c35605bd3ed783caeb6c2a73aed1b2d0..42a47a5d42513ee0a196adcdd0325f60aff7881a 100644 (file)
@@ -40,7 +40,7 @@
 //! interact with the bitcoin P2P network.
 //!
 //! ```toml
-//! bdk = "0.14.0"
+//! bdk = "0.15.0"
 //! ```
 #![cfg_attr(
     feature = "electrum",