File tree 2 files changed +6
-4
lines changed
2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
## [ Unreleased]
11
11
12
- ## [ 0.22.1]
13
12
13
+ ## [ 0.23.0]
14
+
15
+ - Raise MSRV to ` 1.75 ` and bump ` rustls ` to ` 0.23.21 ` #159
14
16
- Enforce min ` rustls ` version 0.23.19 to support MSRV with fix for RUSTSEC-2024-0399 #158
15
17
16
18
## [ 0.22.0]
@@ -47,5 +49,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
47
49
[ 0.20.0 ] : https://github.com/bitcoindevkit/rust-electrum-client/compare/0.19.0...v0.20.0
48
50
[ 0.21.0 ] : https://github.com/bitcoindevkit/rust-electrum-client/compare/0.20.0...v0.21.0
49
51
[ 0.22.0 ] : https://github.com/bitcoindevkit/rust-electrum-client/compare/0.21.0...v0.22.0
50
- [ 0.22.1 ] : https://github.com/bitcoindevkit/rust-electrum-client/compare/0.22.0...v0.22.1
51
- [ Unreleased ] : https://github.com/bitcoindevkit/rust-electrum-client/compare/0.22.1 ...HEAD
52
+ [ 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
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " electrum-client"
3
- version = " 0.22.1 "
3
+ version = " 0.23.0 "
4
4
authors = [
" Alekos Filini <[email protected] >" ]
5
5
license = " MIT"
6
6
homepage = " https://github.com/bitcoindevkit/rust-electrum-client"
You can’t perform that action at this time.
0 commit comments