Skip to content

Commit ac2293f

Browse files
chore: release v3.0.0-beta.3
1 parent c284607 commit ac2293f

2 files changed

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

1010
[workspace.package]
1111
edition = "2024"
1212
rust-version = "1.88"
13-
version = "3.0.0-beta.2"
13+
version = "3.0.0-beta.3"
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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff 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.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
11+
12+
### Fixed
13+
14+
- default to allowing missing `issuer` ([#1051](https://github.com/modelcontextprotocol/rust-sdk/pull/1051))
15+
16+
### Other
17+
18+
- make oauth discovery reactive ([#1052](https://github.com/modelcontextprotocol/rust-sdk/pull/1052))
19+
1020
## [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-24
1121

1222
### Added

0 commit comments

Comments
 (0)