File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Expand file tree Collapse file tree 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
99
1010## [ Unreleased]
1111
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+
1224## [ 0.19.0]
1325
1426 - 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
2335
2436[ 0.18.0 ] : https://github.com/bitcoindevkit/rust-electrum-client/compare/0.17.0...0.18.0
2537[ 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 11[package ]
22name = " electrum-client"
3- version = " 0.20 .0"
3+ version = " 0.21 .0"
44authors = [" Alekos Filini <alekos.filini@gmail.com>" ]
55license = " MIT"
66homepage = " https://github.com/MagicalBitcoin/rust-electrum-client"
You can’t perform that action at this time.
0 commit comments