From 46d9f851df15ba985d3f775007b99fadf9b87347 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 19:23:14 +0000 Subject: [PATCH] chore: release v0.6.3 --- Cargo.toml | 6 +++--- crates/rmcp/CHANGELOG.md | 6 ++++++ 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 9ca3d1ca..4852cc23 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,12 +3,12 @@ members = ["crates/rmcp", "crates/rmcp-macros", "examples/*"] resolver = "2" [workspace.dependencies] -rmcp = { version = "0.6.2", path = "./crates/rmcp" } -rmcp-macros = { version = "0.6.2", path = "./crates/rmcp-macros" } +rmcp = { version = "0.6.3", path = "./crates/rmcp" } +rmcp-macros = { version = "0.6.3", path = "./crates/rmcp-macros" } [workspace.package] edition = "2024" -version = "0.6.2" +version = "0.6.3" authors = ["4t145 "] license = "MIT" repository = "https://github.com/modelcontextprotocol/rust-sdk/" diff --git a/crates/rmcp/CHANGELOG.md b/crates/rmcp/CHANGELOG.md index e33a1d25..40e528f3 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.6.3](https://github.com/modelcontextprotocol/rust-sdk/compare/rmcp-v0.6.2...rmcp-v0.6.3) - 2025-09-04 + +### Fixed + +- change JSON-RPC request ID type from u32 to i64 ([#416](https://github.com/modelcontextprotocol/rust-sdk/pull/416)) + ## [0.6.2](https://github.com/modelcontextprotocol/rust-sdk/compare/rmcp-v0.6.1...rmcp-v0.6.2) - 2025-09-04 ### Added