From e6362ff751db668baf2fe7575c67cead35bc17d6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 16:35:29 +0000 Subject: [PATCH] chore: release v1.6.1 --- Cargo.toml | 6 +++--- crates/rmcp/CHANGELOG.md | 11 +++++++++++ 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4ae0713f..7ac9a929 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,12 +4,12 @@ default-members = ["crates/rmcp", "crates/rmcp-macros"] resolver = "2" [workspace.dependencies] -rmcp = { version = "1.6.0", path = "./crates/rmcp" } -rmcp-macros = { version = "1.6.0", path = "./crates/rmcp-macros" } +rmcp = { version = "1.6.1", path = "./crates/rmcp" } +rmcp-macros = { version = "1.6.1", path = "./crates/rmcp-macros" } [workspace.package] edition = "2024" -version = "1.6.0" +version = "1.6.1" authors = ["4t145 "] license = "Apache-2.0" repository = "https://github.com/modelcontextprotocol/rust-sdk/" diff --git a/crates/rmcp/CHANGELOG.md b/crates/rmcp/CHANGELOG.md index c98f78b0..7bb8a87f 100644 --- a/crates/rmcp/CHANGELOG.md +++ b/crates/rmcp/CHANGELOG.md @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.6.1](https://github.com/modelcontextprotocol/rust-sdk/compare/rmcp-v1.6.0...rmcp-v1.6.1) - 2026-05-07 + +### Fixed + +- reply -32700 on stdio parse errors instead of closing ([#833](https://github.com/modelcontextprotocol/rust-sdk/pull/833)) + +### Other + +- *(rmcp)* remove dependency on chrono default features ([#829](https://github.com/modelcontextprotocol/rust-sdk/pull/829)) +- Fix/issue 817 idle timeout log level ([#824](https://github.com/modelcontextprotocol/rust-sdk/pull/824)) + ## [1.6.0](https://github.com/modelcontextprotocol/rust-sdk/compare/rmcp-v1.5.0...rmcp-v1.6.0) - 2026-05-01 ### Added