From 2c8b4fe032c8f16562010a39089e0d65063bd534 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 7 Aug 2025 17:01:31 +0000 Subject: [PATCH 1/2] chore: release v0.4.2 --- Cargo.toml | 6 +++--- crates/rmcp/CHANGELOG.md | 6 ++++++ 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e19d235c..c64998a9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,12 +5,12 @@ members = ["crates/rmcp", "crates/rmcp-macros", "examples/*"] resolver = "2" [workspace.dependencies] -rmcp = { version = "0.4.1", path = "./crates/rmcp" } -rmcp-macros = { version = "0.4.1", path = "./crates/rmcp-macros" } +rmcp = { version = "0.4.2", path = "./crates/rmcp" } +rmcp-macros = { version = "0.4.2", path = "./crates/rmcp-macros" } [workspace.package] edition = "2024" -version = "0.4.1" +version = "0.4.2" authors = ["4t145 "] license = "MIT/Apache-2.0" repository = "https://github.com/modelcontextprotocol/rust-sdk/" diff --git a/crates/rmcp/CHANGELOG.md b/crates/rmcp/CHANGELOG.md index e6304505..8173984f 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.4.2](https://github.com/modelcontextprotocol/rust-sdk/compare/rmcp-v0.4.1...rmcp-v0.4.2) - 2025-08-07 + +### Fixed + +- correct numeric types in progress notifications ([#361](https://github.com/modelcontextprotocol/rust-sdk/pull/361)) + ## [0.4.1](https://github.com/modelcontextprotocol/rust-sdk/compare/rmcp-v0.4.0...rmcp-v0.4.1) - 2025-08-07 ### Fixed From 7d182abe045daaeedc82d0135c3bc269aac022ce Mon Sep 17 00:00:00 2001 From: Jack Amadeo Date: Thu, 7 Aug 2025 13:37:04 -0400 Subject: [PATCH 2/2] chore: 0.5.0 because this is a breaking change --- Cargo.toml | 6 +++--- crates/rmcp/CHANGELOG.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c64998a9..f8144394 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,12 +5,12 @@ members = ["crates/rmcp", "crates/rmcp-macros", "examples/*"] resolver = "2" [workspace.dependencies] -rmcp = { version = "0.4.2", path = "./crates/rmcp" } -rmcp-macros = { version = "0.4.2", path = "./crates/rmcp-macros" } +rmcp = { version = "0.5.0", path = "./crates/rmcp" } +rmcp-macros = { version = "0.5.0", path = "./crates/rmcp-macros" } [workspace.package] edition = "2024" -version = "0.4.2" +version = "0.5.0" authors = ["4t145 "] license = "MIT/Apache-2.0" repository = "https://github.com/modelcontextprotocol/rust-sdk/" diff --git a/crates/rmcp/CHANGELOG.md b/crates/rmcp/CHANGELOG.md index 8173984f..972c2ddc 100644 --- a/crates/rmcp/CHANGELOG.md +++ b/crates/rmcp/CHANGELOG.md @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [0.4.2](https://github.com/modelcontextprotocol/rust-sdk/compare/rmcp-v0.4.1...rmcp-v0.4.2) - 2025-08-07 +## [0.5.0](https://github.com/modelcontextprotocol/rust-sdk/compare/rmcp-v0.4.1...rmcp-v0.5.0) - 2025-08-07 ### Fixed