From 99128df4d6d033efe96b94a03c052d78e7f95b67 Mon Sep 17 00:00:00 2001 From: Ali Hashemi <14126952+hashemix@users.noreply.github.com> Date: 2025年3月23日 16:27:47 -0300 Subject: [PATCH 1/3] chore(main): release 0.2.1 --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 6 +++--- 4 files changed, 12 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 949a8eb..0f0c59d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.1](https://github.com/rust-mcp-stack/rust-mcp-schema/compare/v0.2.0...v0.2.1) (2025年03月23日) + + +### Bug Fixes + +* soft depricate CustomResult variants to supress warnings ([#57](https://github.com/rust-mcp-stack/rust-mcp-schema/issues/57)) ([069b7a4](https://github.com/rust-mcp-stack/rust-mcp-schema/commit/069b7a4a3f31ffe75359f0ba729fbe9f7dfa18d1)) + ## [0.2.0](https://github.com/rust-mcp-stack/rust-mcp-schema/compare/v0.1.11...v0.2.0) (2025年03月22日) diff --git a/Cargo.lock b/Cargo.lock index 1fc5226..6aa6a67 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -156,7 +156,7 @@ dependencies = [ [[package]] name = "rust-mcp-schema" -version = "0.2.0" +version = "0.2.1" dependencies = [ "json5", "serde", diff --git a/Cargo.toml b/Cargo.toml index 08f7d5b..3404754 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rust-mcp-schema" -version = "0.2.0" +version = "0.2.1" 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 ac52312..fa5a35c 100644 --- a/README.md +++ b/README.md @@ -79,21 +79,21 @@ Example: enable `draft` version of the shema: ```toml # Cargo.toml -rust-mcp-schema = { version: 0.2.0 , features=["draft"] } +rust-mcp-schema = { version: 0.2.1 , features=["draft"] } ``` Example: enable `latest` version of the shema: ```toml #Cargo.toml -rust-mcp-schema = { version: 0.2.0 , features=["latest"] } +rust-mcp-schema = { version: 0.2.1 , features=["latest"] } ``` Example: enable specific version of the shema (2024_11_05) : ```toml #Cargo.toml -rust-mcp-schema = { version: 0.2.0 , features=["2024_11_05"] } +rust-mcp-schema = { version: 0.2.1 , features=["2024_11_05"] } ``` From 5faf56e831c2baa18d3f62c5da54d0b03528f050 Mon Sep 17 00:00:00 2001 From: Ali Hashemi <14126952+hashemix@users.noreply.github.com> Date: 2025年3月23日 17:12:45 -0300 Subject: [PATCH 2/3] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f0c59d..bb0b4d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ ### Bug Fixes -* soft depricate CustomResult variants to supress warnings ([#57](https://github.com/rust-mcp-stack/rust-mcp-schema/issues/57)) ([069b7a4](https://github.com/rust-mcp-stack/rust-mcp-schema/commit/069b7a4a3f31ffe75359f0ba729fbe9f7dfa18d1)) +* soft depricate CustomResult variants to suppress warnings ([#57](https://github.com/rust-mcp-stack/rust-mcp-schema/issues/57)) ([069b7a4](https://github.com/rust-mcp-stack/rust-mcp-schema/commit/069b7a4a3f31ffe75359f0ba729fbe9f7dfa18d1)) ## [0.2.0](https://github.com/rust-mcp-stack/rust-mcp-schema/compare/v0.1.11...v0.2.0) (2025年03月22日) From 88894d236e263e4bebbc472910086b5fc581a878 Mon Sep 17 00:00:00 2001 From: Ali Hashemi <14126952+hashemix@users.noreply.github.com> Date: 2025年3月23日 18:19:51 -0300 Subject: [PATCH 3/3] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb0b4d8..7c157eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ ### Bug Fixes -* soft depricate CustomResult variants to suppress warnings ([#57](https://github.com/rust-mcp-stack/rust-mcp-schema/issues/57)) ([069b7a4](https://github.com/rust-mcp-stack/rust-mcp-schema/commit/069b7a4a3f31ffe75359f0ba729fbe9f7dfa18d1)) +* soft deprecate CustomResult variants to suppress warnings ([#57](https://github.com/rust-mcp-stack/rust-mcp-schema/issues/57)) ([069b7a4](https://github.com/rust-mcp-stack/rust-mcp-schema/commit/069b7a4a3f31ffe75359f0ba729fbe9f7dfa18d1)) ## [0.2.0](https://github.com/rust-mcp-stack/rust-mcp-schema/compare/v0.1.11...v0.2.0) (2025年03月22日)

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