diff --git a/Cargo.toml b/Cargo.toml index fa977781..a86ae5b0 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.9.1", path = "./crates/rmcp" } -rmcp-macros = { version = "0.9.1", path = "./crates/rmcp-macros" } +rmcp = { version = "0.10.0", path = "./crates/rmcp" } +rmcp-macros = { version = "0.10.0", path = "./crates/rmcp-macros" } [workspace.package] edition = "2024" -version = "0.9.1" +version = "0.10.0" authors = ["4t145 "] license = "MIT" repository = "https://github.com/modelcontextprotocol/rust-sdk/" diff --git a/crates/rmcp/CHANGELOG.md b/crates/rmcp/CHANGELOG.md index 716c3457..f974945e 100644 --- a/crates/rmcp/CHANGELOG.md +++ b/crates/rmcp/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.10.0](https://github.com/modelcontextprotocol/rust-sdk/compare/rmcp-v0.9.1...rmcp-v0.10.0) - 2025-12-01 + +### Added + +- add support for custom client notifications ([#556](https://github.com/modelcontextprotocol/rust-sdk/pull/556)) + +### Other + +- replace paste with pastey for macros feature ([#564](https://github.com/modelcontextprotocol/rust-sdk/pull/564)) + ## [0.9.1](https://github.com/modelcontextprotocol/rust-sdk/compare/rmcp-v0.9.0...rmcp-v0.9.1) - 2025-11-24 ### Added