File tree 2 files changed +16
-2
lines changed
2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
## [ Unreleased]
11
11
12
+ ## [ 0.21.0]
13
+
14
+ - Add use-rustls-ring feature #135
15
+ - refactor: make validate_merkle_proof more efficient #134
16
+ - chore: set rust edition to 2021, fix clippy, add ci fmt and clippy checks #139
17
+
18
+ ## [ 0.20.0]
19
+
20
+ - Upgrade rustls to 0.23 #132
21
+ - chore(deps): upgrade rust-bitcoin to 0.32.0 #133
22
+ - ci: add test with MSRV 1.63.0 #128
23
+
12
24
## [ 0.19.0]
13
25
14
26
- Add Batch::raw and improve docs #94
@@ -23,4 +35,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
23
35
24
36
[ 0.18.0 ] : https://github.com/bitcoindevkit/rust-electrum-client/compare/0.17.0...0.18.0
25
37
[ 0.19.0 ] : https://github.com/bitcoindevkit/rust-electrum-client/compare/0.18.0...v0.19.0
26
- [ Unreleased ] : https://github.com/bitcoindevkit/rust-electrum-client/compare/0.19.0...HEAD
38
+ [ 0.20.0 ] : https://github.com/bitcoindevkit/rust-electrum-client/compare/0.19.0...v0.20.0
39
+ [ 0.21.0 ] : https://github.com/bitcoindevkit/rust-electrum-client/compare/0.20.0...v0.21.0
40
+ [ Unreleased ] : https://github.com/bitcoindevkit/rust-electrum-client/compare/0.21.0...HEAD
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " electrum-client"
3
- version = " 0.20 .0"
3
+ version = " 0.21 .0"
4
4
authors = [
" Alekos Filini <[email protected] >" ]
5
5
license = " MIT"
6
6
homepage = " https://github.com/MagicalBitcoin/rust-electrum-client"
You can’t perform that action at this time.
0 commit comments