chore: release v1.0.0 (#721)
* chore: release v1.0.0-alpha.1 * chore: version 1.0.0 --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Alex Hancock <alexhancock@block.xyz>
This commit is contained in:
parent
434ccb7812
commit
e223b53812
3 changed files with 17 additions and 3 deletions
|
|
@ -4,12 +4,12 @@ default-members = ["crates/rmcp", "crates/rmcp-macros"]
|
|||
resolver = "2"
|
||||
|
||||
[workspace.dependencies]
|
||||
rmcp = { version = "1.0.0-alpha", path = "./crates/rmcp" }
|
||||
rmcp-macros = { version = "1.0.0-alpha", path = "./crates/rmcp-macros" }
|
||||
rmcp = { version = "1.0.0", path = "./crates/rmcp" }
|
||||
rmcp-macros = { version = "1.0.0", path = "./crates/rmcp-macros" }
|
||||
|
||||
[workspace.package]
|
||||
edition = "2024"
|
||||
version = "1.0.0-alpha"
|
||||
version = "1.0.0"
|
||||
authors = ["4t145 <u4t145@163.com>"]
|
||||
license = "Apache-2.0"
|
||||
license-file = "LICENSE"
|
||||
|
|
|
|||
|
|
@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## [1.0.0](https://github.com/modelcontextprotocol/rust-sdk/compare/rmcp-macros-v1.0.0-alpha...rmcp-macros-v1.0.0) - 2026-03-03
|
||||
|
||||
### Fixed
|
||||
|
||||
- api ergonomics follow-up ([#720](https://github.com/modelcontextprotocol/rust-sdk/pull/720))
|
||||
|
||||
## [1.0.0-alpha](https://github.com/modelcontextprotocol/rust-sdk/compare/rmcp-macros-v0.17.0...rmcp-macros-v1.0.0-alpha) - 2026-03-03
|
||||
|
||||
### Added
|
||||
|
|
|
|||
|
|
@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## [1.0.0](https://github.com/modelcontextprotocol/rust-sdk/compare/rmcp-v1.0.0-alpha...rmcp-v1.0.0) - 2026-03-03
|
||||
|
||||
### Fixed
|
||||
|
||||
- *(auth)* pass WWW-Authenticate scopes to DCR registration request ([#705](https://github.com/modelcontextprotocol/rust-sdk/pull/705))
|
||||
- api ergonomics follow-up ([#720](https://github.com/modelcontextprotocol/rust-sdk/pull/720))
|
||||
- *(streamable-http)* map stale session 401 to status-aware error ([#709](https://github.com/modelcontextprotocol/rust-sdk/pull/709))
|
||||
|
||||
## [1.0.0-alpha](https://github.com/modelcontextprotocol/rust-sdk/compare/rmcp-v0.17.0...rmcp-v1.0.0-alpha) - 2026-03-03
|
||||
|
||||
### Added
|
||||
|
|
|
|||
Loading…
Reference in a new issue