File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11[package ]
22name = " bdk"
3- version = " 0.16.1 -dev"
3+ version = " 0.16.2 -dev"
44edition = " 2018"
55authors = [" Alekos Filini <alekos.filini@gmail.com>" , " Riccardo Casatta <riccardo@casatta.it>" ]
66homepage = " https://bitcoindevkit.org"
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments