Skip to content

Commit b3b5c8f

Browse files
chore: release v3.0.0
1 parent 7698802 commit b3b5c8f

3 files changed

Lines changed: 15 additions & 3 deletions

File tree

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ default-members = ["crates/rmcp", "crates/rmcp-macros"]
44
resolver = "2"
55

66
[workspace.dependencies]
7-
rmcp = { version = "3.0.0-beta.1", path = "./crates/rmcp" }
8-
rmcp-macros = { version = "3.0.0-beta.1", path = "./crates/rmcp-macros" }
7+
rmcp = { version = "3.0.0-beta.2", path = "./crates/rmcp" }
8+
rmcp-macros = { version = "3.0.0-beta.2", path = "./crates/rmcp-macros" }
99

1010
[workspace.package]
1111
edition = "2024"
1212
rust-version = "1.88"
13-
version = "3.0.0-beta.1"
13+
version = "3.0.0-beta.2"
1414
authors = ["4t145 <u4t145@163.com>"]
1515
license = "Apache-2.0"
1616
repository = "https://github.com/modelcontextprotocol/rust-sdk/"

crates/rmcp-macros/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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.0.0-beta.2](https://github.com/modelcontextprotocol/rust-sdk/compare/rmcp-macros-v3.0.0-beta.1...rmcp-macros-v3.0.0-beta.2) - 2026-07-23
11+
12+
### Other
13+
14+
- declare and check MSRV ([#1034](https://github.com/modelcontextprotocol/rust-sdk/pull/1034))
15+
1016
## [3.0.0-beta.1](https://github.com/modelcontextprotocol/rust-sdk/compare/rmcp-macros-v2.2.0...rmcp-macros-v3.0.0-beta.1) - 2026-07-23
1117

1218
### Added

crates/rmcp/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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.0.0-beta.2](https://github.com/modelcontextprotocol/rust-sdk/compare/rmcp-v3.0.0-beta.1...rmcp-v3.0.0-beta.2) - 2026-07-23
11+
12+
### Other
13+
14+
- declare and check MSRV ([#1034](https://github.com/modelcontextprotocol/rust-sdk/pull/1034))
15+
1016
## [3.0.0-beta.1](https://github.com/modelcontextprotocol/rust-sdk/compare/rmcp-v2.2.0...rmcp-v3.0.0-beta.1) - 2026-07-23
1117

1218
### Added

0 commit comments

Comments
 (0)