Skip to content

Commit 20faf65

Browse files
chore: release v0.8.4
1 parent dcbeb9b commit 20faf65

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ members = ["crates/rmcp", "crates/rmcp-macros", "examples/*"]
33
resolver = "2"
44

55
[workspace.dependencies]
6-
rmcp = { version = "0.8.3", path = "./crates/rmcp" }
7-
rmcp-macros = { version = "0.8.3", path = "./crates/rmcp-macros" }
6+
rmcp = { version = "0.8.4", path = "./crates/rmcp" }
7+
rmcp-macros = { version = "0.8.4", path = "./crates/rmcp-macros" }
88

99
[workspace.package]
1010
edition = "2024"
11-
version = "0.8.3"
11+
version = "0.8.4"
1212
authors = ["4t145 <[email protected]>"]
1313
license = "MIT"
1414
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+
## [0.8.4](https://github.com/modelcontextprotocol/rust-sdk/compare/rmcp-macros-v0.8.3...rmcp-macros-v0.8.4) - 2025-11-04
11+
12+
### Fixed
13+
14+
- *(doc)* add stakpak-agent to Built with rmcp section ([#500](https://github.com/modelcontextprotocol/rust-sdk/pull/500))
15+
1016
## [0.8.2](https://github.com/modelcontextprotocol/rust-sdk/compare/rmcp-macros-v0.8.1...rmcp-macros-v0.8.2) - 2025-10-21
1117

1218
### Other

crates/rmcp/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.8.4](https://github.com/modelcontextprotocol/rust-sdk/compare/rmcp-v0.8.3...rmcp-v0.8.4) - 2025-11-04
11+
12+
### Fixed
13+
14+
- *(oauth)* fix oauth credential refresh ([#509](https://github.com/modelcontextprotocol/rust-sdk/pull/509))
15+
- do not manually construct fallback authorization metadata ([#507](https://github.com/modelcontextprotocol/rust-sdk/pull/507))
16+
- *(doc)* add stakpak-agent to Built with rmcp section ([#500](https://github.com/modelcontextprotocol/rust-sdk/pull/500))
17+
1018
## [0.8.3](https://github.com/modelcontextprotocol/rust-sdk/compare/rmcp-v0.8.2...rmcp-v0.8.3) - 2025-10-22
1119

1220
### Fixed

0 commit comments

Comments
 (0)