From 9c84c077eae448eaebb87b47b0b92c60e40ecb5c Mon Sep 17 00:00:00 2001 From: Ali Hashemi <14126952+hashemix@users.noreply.github.com> Date: 2025年7月27日 15:52:26 -0300 Subject: [PATCH] chore(main): release 0.7.2 --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 4 ++-- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ff0ec6..a44f060 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.7.2](https://github.com/rust-mcp-stack/rust-mcp-schema/compare/v0.7.1...v0.7.2) (2025年07月27日) + + +### Features + +* enhance schema utils types and utilities ([#82](https://github.com/rust-mcp-stack/rust-mcp-schema/issues/82)) ([dc4a364](https://github.com/rust-mcp-stack/rust-mcp-schema/commit/dc4a364533a97dab79b89af2017fcbcb0b42d1c1)) + ## [0.7.1](https://github.com/rust-mcp-stack/rust-mcp-schema/compare/v0.7.0...v0.7.1) (2025年07月01日) diff --git a/Cargo.lock b/Cargo.lock index ea6b987..908a08b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -156,7 +156,7 @@ dependencies = [ [[package]] name = "rust-mcp-schema" -version = "0.7.1" +version = "0.7.2" dependencies = [ "json5", "serde", diff --git a/Cargo.toml b/Cargo.toml index 5bc6482..5945383 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rust-mcp-schema" -version = "0.7.1" +version = "0.7.2" authors = ["Ali Hashemi"] categories = ["data-structures", "parser-implementations", "parsing"] description = "Type-safe implementation of the Model Context Protocol in Rust, designed to reduce errors and accelerate development with powerful utilities." diff --git a/README.md b/README.md index 586f118..6ba4460 100644 --- a/README.md +++ b/README.md @@ -92,14 +92,14 @@ Example: enable `2024_11_05` version of the shema: ```toml # Cargo.toml -rust-mcp-schema = { version: 0.7.1 , default-features = false, features=["2024_11_05"] } +rust-mcp-schema = { version: 0.7.2 , default-features = false, features=["2024_11_05"] } ``` Example: enable `draft`` version of the shema (2024_11_05) : ```toml #Cargo.toml -rust-mcp-schema = { version: 0.7.1 , default-features = false, features=["draft"] } +rust-mcp-schema = { version: 0.7.2 , default-features = false, features=["draft"] } ```

AltStyle によって変換されたページ (->オリジナル) /