Skip to content

Commit aff82ed

Browse files
authored
chore: release v0.7.0 (#452)
1 parent 5216ab2 commit aff82ed

File tree

5 files changed

+30
-5
lines changed

5 files changed

+30
-5
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.6.4", path = "./crates/rmcp" }
7-
rmcp-macros = { version = "0.6.4", path = "./crates/rmcp-macros" }
6+
rmcp = { version = "0.7.0", path = "./crates/rmcp" }
7+
rmcp-macros = { version = "0.7.0", path = "./crates/rmcp-macros" }
88

99
[workspace.package]
1010
edition = "2024"
11-
version = "0.6.4"
11+
version = "0.7.0"
1212
authors = ["4t145 <u4t145@163.com>"]
1313
license = "MIT"
1414
repository = "https://github.com/modelcontextprotocol/rust-sdk/"

crates/rmcp-macros/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+
## [0.7.0](https://github.com/modelcontextprotocol/rust-sdk/compare/rmcp-macros-v0.6.4...rmcp-macros-v0.7.0) - 2025-09-24
11+
12+
### Fixed
13+
14+
- *(macros)* support #[doc = include_str!(...)] for macros ([#444](https://github.com/modelcontextprotocol/rust-sdk/pull/444))
15+
- *(clippy)* add doc comment for generated tool attr fn ([#439](https://github.com/modelcontextprotocol/rust-sdk/pull/439))
16+
17+
### Other
18+
19+
- *(root)* Add Terminator to Built with rmcp section ([#437](https://github.com/modelcontextprotocol/rust-sdk/pull/437))
20+
1021
## [0.6.4](https://github.com/modelcontextprotocol/rust-sdk/compare/rmcp-macros-v0.6.3...rmcp-macros-v0.6.4) - 2025-09-11
1122

1223
### Added

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+
## [0.7.0](https://github.com/modelcontextprotocol/rust-sdk/compare/rmcp-v0.6.4...rmcp-v0.7.0) - 2025-09-24
11+
12+
### Fixed
13+
14+
- return auth errors ([#451](https://github.com/modelcontextprotocol/rust-sdk/pull/451))
15+
- *(oauth)* do not treat empty secret as valid for public clients ([#443](https://github.com/modelcontextprotocol/rust-sdk/pull/443))
16+
- *(clippy)* add doc comment for generated tool attr fn ([#439](https://github.com/modelcontextprotocol/rust-sdk/pull/439))
17+
- *(oauth)* require CSRF token as part of the OAuth authorization flow. ([#435](https://github.com/modelcontextprotocol/rust-sdk/pull/435))
18+
19+
### Other
20+
21+
- *(root)* Add Terminator to Built with rmcp section ([#437](https://github.com/modelcontextprotocol/rust-sdk/pull/437))
22+
- Non-empty paths in OAuth2 Authorization Server Metadata URLs ([#441](https://github.com/modelcontextprotocol/rust-sdk/pull/441))
23+
1024
## [0.6.4](https://github.com/modelcontextprotocol/rust-sdk/compare/rmcp-v0.6.3...rmcp-v0.6.4) - 2025-09-11
1125

1226
### Added

examples/clients/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,4 @@ path = "src/sampling_stdio.rs"
6161

6262
[[example]]
6363
name = "clients_progress_client"
64-
path = "src/progress_client.rs"
64+
path = "src/progress_client.rs"

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[toolchain]
22
channel = "1.85"
3-
components = ["rustc", "rust-std", "cargo", "clippy", "rustfmt", "rust-docs"]
3+
components = ["rustc", "rust-std", "cargo", "clippy", "rustfmt", "rust-docs"]

0 commit comments

Comments
 (0)