diff --git a/Cargo.toml b/Cargo.toml index fae59e7c..9cd8ade2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,12 +4,12 @@ default-members = ["crates/rmcp", "crates/rmcp-macros"] resolver = "2" [workspace.dependencies] -rmcp = { version = "0.17.0", path = "./crates/rmcp" } -rmcp-macros = { version = "0.17.0", path = "./crates/rmcp-macros" } +rmcp = { version = "0.17.1", path = "./crates/rmcp" } +rmcp-macros = { version = "0.17.1", path = "./crates/rmcp-macros" } [workspace.package] edition = "2024" -version = "0.17.0" +version = "0.17.1" authors = ["4t145 "] license = "Apache-2.0" license-file = "LICENSE" diff --git a/crates/rmcp/CHANGELOG.md b/crates/rmcp/CHANGELOG.md index 0f4a3a40..26d72215 100644 --- a/crates/rmcp/CHANGELOG.md +++ b/crates/rmcp/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.17.1](https://github.com/modelcontextprotocol/rust-sdk/compare/rmcp-v0.17.0...rmcp-v0.17.1) - 2026-02-27 + +### Fixed + +- downgrade logging of message to `TRACE` to avoid spamming logs ([#699](https://github.com/modelcontextprotocol/rust-sdk/pull/699)) + ## [0.17.0](https://github.com/modelcontextprotocol/rust-sdk/compare/rmcp-v0.16.0...rmcp-v0.17.0) - 2026-02-27 ### Added