diff --git a/Cargo.lock b/Cargo.lock index 7ab2c9be..0a636099 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4394,7 +4394,7 @@ dependencies = [ [[package]] name = "sol_rpc_client" -version = "1.0.1" +version = "1.0.0" dependencies = [ "assert_matches", "async-trait", diff --git a/libs/client/CHANGELOG.md b/libs/client/CHANGELOG.md index 9bf00546..e225d5b3 100644 --- a/libs/client/CHANGELOG.md +++ b/libs/client/CHANGELOG.md @@ -5,12 +5,6 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [1.0.1] - 2025-06-30 - -### Changed - -- Configured `docs.rs` with `all-features = true` to ensure documentation covers `ed25519`-gated items. - ## [1.0.0] - 2025-06-13 ### Added diff --git a/libs/client/Cargo.toml b/libs/client/Cargo.toml index 73039060..65f27efc 100644 --- a/libs/client/Cargo.toml +++ b/libs/client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sol_rpc_client" -version = "1.0.1" +version = "1.0.0" description = "Client to interact with the SOL RPC canister" authors.workspace = true edition.workspace = true