File tree Expand file tree Collapse file tree 3 files changed +24
-3
lines changed
Expand file tree Collapse file tree 3 files changed +24
-3
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,12 @@ default-members = ["crates/rmcp", "crates/rmcp-macros"]
44resolver = " 2"
55
66[workspace .dependencies ]
7- rmcp = { version = " 0.13 .0" , path = " ./crates/rmcp" }
8- rmcp-macros = { version = " 0.13 .0" , path = " ./crates/rmcp-macros" }
7+ rmcp = { version = " 0.14 .0" , path = " ./crates/rmcp" }
8+ rmcp-macros = { version = " 0.14 .0" , path = " ./crates/rmcp-macros" }
99
1010[workspace .package ]
1111edition = " 2024"
12- version = " 0.13 .0"
12+ version = " 0.14 .0"
1313authors = [" 4t145 <u4t145@163.com>" ]
1414license = " Apache-2.0"
1515repository = " https://github.com/modelcontextprotocol/rust-sdk/"
Original file line number Diff line number Diff line change @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.14.0] ( https://github.com/modelcontextprotocol/rust-sdk/compare/rmcp-macros-v0.13.0...rmcp-macros-v0.14.0 ) - 2026-01-23
11+
12+ ### Other
13+
14+ - show README content on docs.rs ([ #583 ] ( https://github.com/modelcontextprotocol/rust-sdk/pull/583 ) )
15+ - added hyper-mcp to the list of built with rmcp ([ #621 ] ( https://github.com/modelcontextprotocol/rust-sdk/pull/621 ) )
16+ - Implement SEP-1319: Decouple Request Payload from RPC Methods ([ #617 ] ( https://github.com/modelcontextprotocol/rust-sdk/pull/617 ) )
17+
1018## [ 0.13.0] ( https://github.com/modelcontextprotocol/rust-sdk/compare/rmcp-macros-v0.12.0...rmcp-macros-v0.13.0 ) - 2026-01-15
1119
1220### Added
Original file line number Diff line number Diff line change @@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.14.0] ( https://github.com/modelcontextprotocol/rust-sdk/compare/rmcp-v0.13.0...rmcp-v0.14.0 ) - 2026-01-23
11+
12+ ### Fixed
13+
14+ - * (tasks)* #626 model task capabilities correctly ([ #627 ] ( https://github.com/modelcontextprotocol/rust-sdk/pull/627 ) )
15+ - don't treat non-success HTTP codes as transport errors ([ #618 ] ( https://github.com/modelcontextprotocol/rust-sdk/pull/618 ) )
16+
17+ ### Other
18+
19+ - show README content on docs.rs ([ #583 ] ( https://github.com/modelcontextprotocol/rust-sdk/pull/583 ) )
20+ - added hyper-mcp to the list of built with rmcp ([ #621 ] ( https://github.com/modelcontextprotocol/rust-sdk/pull/621 ) )
21+ - Implement SEP-1319: Decouple Request Payload from RPC Methods ([ #617 ] ( https://github.com/modelcontextprotocol/rust-sdk/pull/617 ) )
22+
1023## [ 0.13.0] ( https://github.com/modelcontextprotocol/rust-sdk/compare/rmcp-v0.12.0...rmcp-v0.13.0 ) - 2026-01-15
1124
1225### Added
You can’t perform that action at this time.
0 commit comments