Skip to content

Commit 6540970

Browse files
authored
chore: release v0.25.1 (#1569)
* chore: release v0.25.1 * Update CHANGELOG.md
1 parent a1e95db commit 6540970

File tree

2 files changed

+14
-9
lines changed

2 files changed

+14
-9
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ The format is based on [Keep a Changelog].
44

55
[Keep a Changelog]: http://keepachangelog.com/en/1.0.0/
66

7+
## [v0.25.1] - 2025-04-24
8+
9+
A small follow-up patch release that adds a `Clone impl` for the middleware RpcLogger which was missing
10+
and broke the Clone impl for the HttpClient.
11+
712
## [v0.25.0] - 2025-04-24
813

914
A new breaking release which has been in the making for a while and the biggest change is that the

Cargo.toml

+9-9
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ resolver = "3"
2020

2121
[workspace.package]
2222
authors = ["Parity Technologies <[email protected]>", "Pierre Krieger <[email protected]>"]
23-
version = "0.25.0"
23+
version = "0.25.1"
2424
edition = "2024"
2525
rust-version = "1.85.0"
2626
license = "MIT"
@@ -32,14 +32,14 @@ readme = "README.md"
3232

3333
[workspace.dependencies]
3434
# Internal jsonrpsee crates
35-
jsonrpsee-client-transport = { path = "client/transport", version = "0.25.0" }
36-
jsonrpsee-core = { path = "core", version = "0.25.0" }
37-
jsonrpsee-http-client = { path = "client/http-client", version = "0.25.0" }
38-
jsonrpsee-proc-macros = { path = "proc-macros", version = "0.25.0" }
39-
jsonrpsee-server = { path = "server", version = "0.25.0" }
40-
jsonrpsee-types = { path = "types", version = "0.25.0" }
41-
jsonrpsee-wasm-client = { path = "client/wasm-client", version = "0.25.0" }
42-
jsonrpsee-ws-client = { path = "client/ws-client", version = "0.25.0" }
35+
jsonrpsee-client-transport = { path = "client/transport", version = "0.25.1" }
36+
jsonrpsee-core = { path = "core", version = "0.25.1" }
37+
jsonrpsee-http-client = { path = "client/http-client", version = "0.25.1" }
38+
jsonrpsee-proc-macros = { path = "proc-macros", version = "0.25.1" }
39+
jsonrpsee-server = { path = "server", version = "0.25.1" }
40+
jsonrpsee-types = { path = "types", version = "0.25.1" }
41+
jsonrpsee-wasm-client = { path = "client/wasm-client", version = "0.25.1" }
42+
jsonrpsee-ws-client = { path = "client/ws-client", version = "0.25.1" }
4343

4444
# Deps used by the jsonrpsee crates.
4545
async-trait = "0.1"

0 commit comments

Comments
 (0)