From 1826b6e72aa55396b044cf8e81a7e4e8f0d5548d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 20:36:08 +0000 Subject: [PATCH 1/2] chore: release v2.1.0 --- Cargo.toml | 6 +++--- crates/rmcp/CHANGELOG.md | 12 ++++++++++++ 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f60c9868f..192022b12 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,12 +4,12 @@ default-members = ["crates/rmcp", "crates/rmcp-macros"] resolver = "2" [workspace.dependencies] -rmcp = { version = "2.0.0", path = "./crates/rmcp" } -rmcp-macros = { version = "2.0.0", path = "./crates/rmcp-macros" } +rmcp = { version = "2.1.0", path = "./crates/rmcp" } +rmcp-macros = { version = "2.1.0", path = "./crates/rmcp-macros" } [workspace.package] edition = "2024" -version = "2.0.0" +version = "2.1.0" 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 226fae94a..0dbd7a150 100644 --- a/crates/rmcp/CHANGELOG.md +++ b/crates/rmcp/CHANGELOG.md @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.1.0](https://github.com/modelcontextprotocol/rust-sdk/compare/rmcp-v2.0.0...rmcp-v2.1.0) - 2026-07-01 + +### Added + +- add SEP-2575 meta helpers ([#942](https://github.com/modelcontextprotocol/rust-sdk/pull/942)) + +### Fixed + +- block redirect header leaks ([#936](https://github.com/modelcontextprotocol/rust-sdk/pull/936)) +- don't respond to unparseable messages ([#940](https://github.com/modelcontextprotocol/rust-sdk/pull/940)) +- negotiate protocol version in handler ([#930](https://github.com/modelcontextprotocol/rust-sdk/pull/930)) + ## [2.0.0](https://github.com/modelcontextprotocol/rust-sdk/compare/rmcp-v1.8.0...rmcp-v2.0.0) - 2026-06-27 ### Added From cb6e9903f2360dc5271da7677a7a66f8fc0754b1 Mon Sep 17 00:00:00 2001 From: Dale Seo <5466341+DaleSeo@users.noreply.github.com> Date: Wed, 1 Jul 2026 16:58:10 -0400 Subject: [PATCH 2/2] docs: fix unparsable spelling in changelog --- crates/rmcp/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/rmcp/CHANGELOG.md b/crates/rmcp/CHANGELOG.md index 0dbd7a150..3db63583b 100644 --- a/crates/rmcp/CHANGELOG.md +++ b/crates/rmcp/CHANGELOG.md @@ -16,7 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - block redirect header leaks ([#936](https://github.com/modelcontextprotocol/rust-sdk/pull/936)) -- don't respond to unparseable messages ([#940](https://github.com/modelcontextprotocol/rust-sdk/pull/940)) +- don't respond to unparsable messages ([#940](https://github.com/modelcontextprotocol/rust-sdk/pull/940)) - negotiate protocol version in handler ([#930](https://github.com/modelcontextprotocol/rust-sdk/pull/930)) ## [2.0.0](https://github.com/modelcontextprotocol/rust-sdk/compare/rmcp-v1.8.0...rmcp-v2.0.0) - 2026-06-27