Skip to content

Commit f3e479f

Browse files
committed
Bump version to 0.16.1
1 parent 5698c68 commit f3e479f

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
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.16.1] - [v0.16.0]
10+
911
- Pin tokio dependency version to ~1.14 to prevent errors due to their new MSRV 1.49.0
1012

1113
## [v0.16.0] - [v0.15.0]
@@ -413,4 +415,5 @@ final transaction is created by calling `finish` on the builder.
413415
[v0.13.0]: https://github.com/bitcoindevkit/bdk/compare/v0.12.0...v0.13.0
414416
[v0.14.0]: https://github.com/bitcoindevkit/bdk/compare/v0.13.0...v0.14.0
415417
[v0.15.0]: https://github.com/bitcoindevkit/bdk/compare/v0.14.0...v0.15.0
416-
[v0.16.0]: https://github.com/bitcoindevkit/bdk/compare/v0.15.0...v0.16.0
418+
[v0.16.0]: https://github.com/bitcoindevkit/bdk/compare/v0.15.0...v0.16.0
419+
[v0.16.1]: https://github.com/bitcoindevkit/bdk/compare/v0.16.0...v0.16.1

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.16.1-dev"
3+
version = "0.16.1"
44
edition = "2018"
55
authors = ["Alekos Filini <alekos.filini@gmail.com>", "Riccardo Casatta <riccardo@casatta.it>"]
66
homepage = "https://bitcoindevkit.org"

src/lib.rs

Lines changed: 1 addition & 1 deletion
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)