File tree 3 files changed +8
-4
lines changed
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
6
6
7
7
## [ Unreleased]
8
8
9
- - Pin tokio dependency version to ~ 1.14 to prevent errors due to their new MSRV 1.49.0
10
9
- Removed default verification from ` wallet::sync ` . sync-time verification is added in ` script_sync ` and is activated by ` verify ` feature flag.
11
10
- ` verify ` flag removed from ` TransactionDetails ` .
12
11
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
+
13
16
## [ v0.16.0] - [ v0.15.0]
14
17
15
18
- Disable ` reqwest ` default features.
@@ -415,4 +418,5 @@ final transaction is created by calling `finish` on the builder.
415
418
[ v0.13.0 ] : https://github.com/bitcoindevkit/bdk/compare/v0.12.0...v0.13.0
416
419
[ v0.14.0 ] : https://github.com/bitcoindevkit/bdk/compare/v0.13.0...v0.14.0
417
420
[ 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 1
1
[package ]
2
2
name = " bdk"
3
- version = " 0.16.1 -dev"
3
+ version = " 0.16.2 -dev"
4
4
edition = " 2018"
5
5
authors = [
" Alekos Filini <[email protected] >" ,
" Riccardo Casatta <[email protected] >" ]
6
6
homepage = " https://bitcoindevkit.org"
Original file line number Diff line number Diff line change 44
44
//! interact with the bitcoin P2P network.
45
45
//!
46
46
//! ```toml
47
- //! bdk = "0.16.0 "
47
+ //! bdk = "0.16.1 "
48
48
//! ```
49
49
#![ cfg_attr(
50
50
feature = "electrum" ,
You can’t perform that action at this time.
0 commit comments