Skip to content

Commit d6a53ce

Browse files
chore: release v3.3.0
1 parent 04c2f3f commit d6a53ce

2 files changed

Lines changed: 17 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.2.0", path = "./crates/rmcp" }
8-
rmcp-macros = { version = "3.2.0", path = "./crates/rmcp-macros" }
7+
rmcp = { version = "3.3.0", path = "./crates/rmcp" }
8+
rmcp-macros = { version = "3.3.0", path = "./crates/rmcp-macros" }
99

1010
[workspace.package]
1111
edition = "2024"
1212
rust-version = "1.88"
13-
version = "3.2.0"
13+
version = "3.3.0"
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: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [3.3.0](https://github.com/modelcontextprotocol/rust-sdk/compare/rmcp-v3.2.0...rmcp-v3.3.0) - 2026-09-08
11+
12+
### Added
13+
14+
- *(auth)* add enterprise refresh-token and ID-JAG exchanges ([#1234](https://github.com/modelcontextprotocol/rust-sdk/pull/1234))
15+
16+
### Fixed
17+
18+
- *(auth)* unify refresh checks and error handling ([#1236](https://github.com/modelcontextprotocol/rust-sdk/pull/1236))
19+
20+
### Other
21+
22+
- *(deps)* update process-wrap requirement from 9.0 to 10.0 ([#1229](https://github.com/modelcontextprotocol/rust-sdk/pull/1229))
23+
1024
## [3.2.0](https://github.com/modelcontextprotocol/rust-sdk/compare/rmcp-v3.1.4...rmcp-v3.2.0) - 2026-08-31
1125

1226
### Added

0 commit comments

Comments
 (0)