chore: release v0.6.3 (#420)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2025-09-04 17:23:18 -04:00 committed by GitHub
parent 9105ba7963
commit b88dab547c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 9 additions and 3 deletions

View file

@ -3,12 +3,12 @@ members = ["crates/rmcp", "crates/rmcp-macros", "examples/*"]
resolver = "2"
[workspace.dependencies]
rmcp = { version = "0.6.2", path = "./crates/rmcp" }
rmcp-macros = { version = "0.6.2", path = "./crates/rmcp-macros" }
rmcp = { version = "0.6.3", path = "./crates/rmcp" }
rmcp-macros = { version = "0.6.3", path = "./crates/rmcp-macros" }
[workspace.package]
edition = "2024"
version = "0.6.2"
version = "0.6.3"
authors = ["4t145 <u4t145@163.com>"]
license = "MIT"
repository = "https://github.com/modelcontextprotocol/rust-sdk/"

View file

@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.6.3](https://github.com/modelcontextprotocol/rust-sdk/compare/rmcp-v0.6.2...rmcp-v0.6.3) - 2025-09-04
### Fixed
- change JSON-RPC request ID type from u32 to i64 ([#416](https://github.com/modelcontextprotocol/rust-sdk/pull/416))
## [0.6.2](https://github.com/modelcontextprotocol/rust-sdk/compare/rmcp-v0.6.1...rmcp-v0.6.2) - 2025-09-04
### Added