File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010## [ Unreleased]
1111
1212
13+ ## [ 0.23.1]
14+ - Fix batch request to Electrum servers out of order responses #160
15+ - Allow types that references to ` ElectrumApi ` to also implement it #163
16+
1317## [ 0.23.0]
1418
1519 - Raise MSRV to ` 1.75 ` and bump ` rustls ` to ` 0.23.21 ` #159
@@ -50,4 +54,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5054[ 0.21.0 ] : https://github.com/bitcoindevkit/rust-electrum-client/compare/0.20.0...v0.21.0
5155[ 0.22.0 ] : https://github.com/bitcoindevkit/rust-electrum-client/compare/0.21.0...v0.22.0
5256[ 0.23.0 ] : https://github.com/bitcoindevkit/rust-electrum-client/compare/0.22.0...v0.23.0
53- [ Unreleased ] : https://github.com/bitcoindevkit/rust-electrum-client/compare/0.23.0...HEAD
57+ [ 0.23.1 ] : https://github.com/bitcoindevkit/rust-electrum-client/compare/0.23.0...v0.23.1
58+ [ Unreleased ] : https://github.com/bitcoindevkit/rust-electrum-client/compare/0.23.1...HEAD
Original file line number Diff line number Diff line change 11[package ]
22name = " electrum-client"
3- version = " 0.23.0 "
3+ version = " 0.23.1 "
44authors = [" Alekos Filini <alekos.filini@gmail.com>" ]
55license = " MIT"
66homepage = " https://github.com/bitcoindevkit/rust-electrum-client"
You can’t perform that action at this time.
0 commit comments