Skip to content

Commit 4d7c4bc

Browse files
committed
Bump version to 0.15.0
1 parent 98c26a1 commit 4d7c4bc

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [v0.15.0] - [v0.14.0]
10+
911
- Overhauled sync logic for electrum and esplora.
1012
- 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.
1113
- Fixed esplora fee estimation.

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.15.0-rc.1"
3+
version = "0.15.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
@@ -40,7 +40,7 @@
4040
//! interact with the bitcoin P2P network.
4141
//!
4242
//! ```toml
43-
//! bdk = "0.14.0"
43+
//! bdk = "0.15.0"
4444
//! ```
4545
#![cfg_attr(
4646
feature = "electrum",

0 commit comments

Comments
 (0)