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 = " 1.4 .0" , path = " ./crates/rmcp" }
8- rmcp-macros = { version = " 1.4 .0" , path = " ./crates/rmcp-macros" }
7+ rmcp = { version = " 1.5 .0" , path = " ./crates/rmcp" }
8+ rmcp-macros = { version = " 1.5 .0" , path = " ./crates/rmcp-macros" }
99
1010[workspace .package ]
1111edition = " 2024"
12- version = " 1.4 .0"
12+ version = " 1.5 .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,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 1.5.0] ( https://github.com/modelcontextprotocol/rust-sdk/compare/rmcp-macros-v1.4.0...rmcp-macros-v1.5.0 ) - 2026-04-14
11+
12+ ### Fixed
13+
14+ - * (macros)* respect ` local ` feature in ` #[prompt] ` macro — omit ` + Send ` bound ([ #803 ] ( https://github.com/modelcontextprotocol/rust-sdk/pull/803 ) )
15+
1016## [ 1.4.0] ( https://github.com/modelcontextprotocol/rust-sdk/compare/rmcp-macros-v1.3.0...rmcp-macros-v1.4.0 ) - 2026-04-09
1117
1218### Added
Original file line number Diff line number Diff line change @@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 1.5.0] ( https://github.com/modelcontextprotocol/rust-sdk/compare/rmcp-v1.4.0...rmcp-v1.5.0 ) - 2026-04-14
11+
12+ ### Added
13+
14+ - * (transport)* add constructors for non_exhaustive error types ([ #806 ] ( https://github.com/modelcontextprotocol/rust-sdk/pull/806 ) )
15+ - add 2025-11-25 protocol version support ([ #802 ] ( https://github.com/modelcontextprotocol/rust-sdk/pull/802 ) )
16+
17+ ### Fixed
18+
19+ - * (http)* drain SSE stream for connection reuse ([ #790 ] ( https://github.com/modelcontextprotocol/rust-sdk/pull/790 ) )
20+
21+ ### Other
22+
23+ - * (deps)* update which requirement from 7 to 8 ([ #807 ] ( https://github.com/modelcontextprotocol/rust-sdk/pull/807 ) )
24+
1025## [ 1.4.0] ( https://github.com/modelcontextprotocol/rust-sdk/compare/rmcp-v1.3.0...rmcp-v1.4.0 ) - 2026-04-09
1126
1227### Added
You can’t perform that action at this time.
0 commit comments