File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,13 +4,13 @@ default-members = ["crates/rmcp", "crates/rmcp-macros"]
44resolver = " 2"
55
66[workspace .dependencies ]
7- rmcp = { version = " 3.4.0 " , path = " ./crates/rmcp" }
8- rmcp-macros = { version = " 3.4.0 " , path = " ./crates/rmcp-macros" }
7+ rmcp = { version = " 3.4.1 " , path = " ./crates/rmcp" }
8+ rmcp-macros = { version = " 3.4.1 " , path = " ./crates/rmcp-macros" }
99
1010[workspace .package ]
1111edition = " 2024"
1212rust-version = " 1.88"
13- version = " 3.4.0 "
13+ version = " 3.4.1 "
1414authors = [" 4t145 <u4t145@163.com>" ]
1515license = " Apache-2.0"
1616repository = " 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+ ## [ 3.4.1] ( https://github.com/modelcontextprotocol/rust-sdk/compare/rmcp-macros-v3.4.0...rmcp-macros-v3.4.1 ) - 2026-09-22
11+
12+ ### Fixed
13+
14+ - * (macros)* accept const paths and concat! in tool/prompt descriptions ([ #1243 ] ( https://github.com/modelcontextprotocol/rust-sdk/pull/1243 ) )
15+
1016## [ 3.4.0] ( https://github.com/modelcontextprotocol/rust-sdk/compare/rmcp-macros-v3.3.0...rmcp-macros-v3.4.0 ) - 2026-09-15
1117
1218### Added
Original file line number Diff line number Diff line change @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 3.4.1] ( https://github.com/modelcontextprotocol/rust-sdk/compare/rmcp-v3.4.0...rmcp-v3.4.1 ) - 2026-09-22
11+
12+ ### Fixed
13+
14+ - * (macros)* accept const paths and concat! in tool/prompt descriptions ([ #1243 ] ( https://github.com/modelcontextprotocol/rust-sdk/pull/1243 ) )
15+
16+ ### Other
17+
18+ - * (deps)* update rstest requirement from 0.26.1 to 0.27.0 ([ #1276 ] ( https://github.com/modelcontextprotocol/rust-sdk/pull/1276 ) )
19+
1020## [ 3.4.0] ( https://github.com/modelcontextprotocol/rust-sdk/compare/rmcp-v3.3.0...rmcp-v3.4.0 ) - 2026-09-15
1121
1222### Added
You can’t perform that action at this time.
0 commit comments