Skip to content

Commit fff05d4

Browse files
chore: release v3.0.0-beta.4 (#1061)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 506e692 commit fff05d4

2 files changed

Lines changed: 14 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.3", path = "./crates/rmcp" }
8-
rmcp-macros = { version = "3.0.0-beta.3", path = "./crates/rmcp-macros" }
7+
rmcp = { version = "3.0.0-beta.4", path = "./crates/rmcp" }
8+
rmcp-macros = { version = "3.0.0-beta.4", path = "./crates/rmcp-macros" }
99

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

crates/rmcp/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [3.0.0-beta.4](https://github.com/modelcontextprotocol/rust-sdk/compare/rmcp-v3.0.0-beta.3...rmcp-v3.0.0-beta.4) - 2026-07-28
11+
12+
### Fixed
13+
14+
- accept namespaced discovery server information ([#1044](https://github.com/modelcontextprotocol/rust-sdk/pull/1044))
15+
16+
### Other
17+
18+
- *(deps)* update base64 requirement from 0.22 to 0.23 ([#1059](https://github.com/modelcontextprotocol/rust-sdk/pull/1059))
19+
- *(deps)* update jsonwebtoken requirement from 10 to 11 ([#1058](https://github.com/modelcontextprotocol/rust-sdk/pull/1058))
20+
1021
## [3.0.0-beta.3](https://github.com/modelcontextprotocol/rust-sdk/compare/rmcp-v3.0.0-beta.2...rmcp-v3.0.0-beta.3) - 2026-07-27
1122

1223
### Fixed

0 commit comments

Comments
 (0)