chore: release v0.3.2 (#342)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
0a9a0a0b1f
commit
ec6bd056d7
2 changed files with 11 additions and 3 deletions
|
|
@ -5,12 +5,12 @@ members = ["crates/rmcp", "crates/rmcp-macros", "examples/*"]
|
|||
resolver = "2"
|
||||
|
||||
[workspace.dependencies]
|
||||
rmcp = { version = "0.3.1", path = "./crates/rmcp" }
|
||||
rmcp-macros = { version = "0.3.1", path = "./crates/rmcp-macros" }
|
||||
rmcp = { version = "0.3.2", path = "./crates/rmcp" }
|
||||
rmcp-macros = { version = "0.3.2", path = "./crates/rmcp-macros" }
|
||||
|
||||
[workspace.package]
|
||||
edition = "2024"
|
||||
version = "0.3.1"
|
||||
version = "0.3.2"
|
||||
authors = ["4t145 <u4t145@163.com>"]
|
||||
license = "MIT/Apache-2.0"
|
||||
repository = "https://github.com/modelcontextprotocol/rust-sdk/"
|
||||
|
|
|
|||
|
|
@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.3.2](https://github.com/modelcontextprotocol/rust-sdk/compare/rmcp-v0.3.1...rmcp-v0.3.2) - 2025-07-30
|
||||
|
||||
### Fixed
|
||||
|
||||
- *(capabilities)* do not serialize None as null for `list_changed` ([#341](https://github.com/modelcontextprotocol/rust-sdk/pull/341))
|
||||
- *(Transport)* close oneshot transport on error ([#340](https://github.com/modelcontextprotocol/rust-sdk/pull/340))
|
||||
- *(oauth)* expose OAuthTokenResponse publicly ([#335](https://github.com/modelcontextprotocol/rust-sdk/pull/335))
|
||||
|
||||
## [0.3.1](https://github.com/modelcontextprotocol/rust-sdk/compare/rmcp-v0.3.0...rmcp-v0.3.1) - 2025-07-29
|
||||
|
||||
### Fixed
|
||||
|
|
|
|||
Loading…
Reference in a new issue