File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,13 @@ The format is based on [Keep a Changelog].
44
55[ Keep a Changelog ] : http://keepachangelog.com/en/1.0.0/
66
7+ ## [ v0.24.8] - 2024-01-24
8+
9+ This is a non-breaking release that decreases the MSRV to 1.74.0.
10+
11+ ### [ Changed]
12+ - reduce MSRV to 1.74.0 ([ #1519 ] ( https://github.com/paritytech/jsonrpsee/pull/1519 ) )
13+
714## [ v0.24.7] - 2024-10-16
815
916This is a patch release that mainly fixes the tower::Service implementation to be generic over the HttpBody to work with all middleware layers.
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ resolver = "2"
2020
2121[workspace .package ]
2222authors = [" Parity Technologies <admin@parity.io>" , " Pierre Krieger <pierre.krieger1708@gmail.com>" ]
23- version = " 0.24.7 "
23+ version = " 0.24.8 "
2424edition = " 2021"
2525rust-version = " 1.74.0"
2626license = " MIT"
You can’t perform that action at this time.
0 commit comments