Skip to content

Commit b23a074

Browse files
committed
Merge commit 'refs/pull/552/head' of github.com:bitcoindevkit/bdk
2 parents 19f0287 + 552765b commit b23a074

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9-
- Pin tokio dependency version to ~1.14 to prevent errors due to their new MSRV 1.49.0
109
- Removed default verification from `wallet::sync`. sync-time verification is added in `script_sync` and is activated by `verify` feature flag.
1110
- `verify` flag removed from `TransactionDetails`.
1211

12+
## [v0.16.1] - [v0.16.0]
13+
14+
- Pin tokio dependency version to ~1.14 to prevent errors due to their new MSRV 1.49.0
15+
1316
## [v0.16.0] - [v0.15.0]
1417

1518
- Disable `reqwest` default features.
@@ -415,4 +418,5 @@ final transaction is created by calling `finish` on the builder.
415418
[v0.13.0]: https://github.com/bitcoindevkit/bdk/compare/v0.12.0...v0.13.0
416419
[v0.14.0]: https://github.com/bitcoindevkit/bdk/compare/v0.13.0...v0.14.0
417420
[v0.15.0]: https://github.com/bitcoindevkit/bdk/compare/v0.14.0...v0.15.0
418-
[v0.16.0]: https://github.com/bitcoindevkit/bdk/compare/v0.15.0...v0.16.0
421+
[v0.16.0]: https://github.com/bitcoindevkit/bdk/compare/v0.15.0...v0.16.0
422+
[v0.16.1]: https://github.com/bitcoindevkit/bdk/compare/v0.16.0...v0.16.1

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bdk"
3-
version = "0.16.1-dev"
3+
version = "0.16.2-dev"
44
edition = "2018"
55
authors = ["Alekos Filini <[email protected]>", "Riccardo Casatta <[email protected]>"]
66
homepage = "https://bitcoindevkit.org"

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
//! interact with the bitcoin P2P network.
4545
//!
4646
//! ```toml
47-
//! bdk = "0.16.0"
47+
//! bdk = "0.16.1"
4848
//! ```
4949
#![cfg_attr(
5050
feature = "electrum",

0 commit comments

Comments
 (0)