From 8e05315a81d23ac598633d143d86c783db2fcd4a Mon Sep 17 00:00:00 2001 From: Ali Hashemi <14126952+hashemix@users.noreply.github.com> Date: Mon, 17 Feb 2025 18:22:25 -0400 Subject: [PATCH] chore(main): release 0.1.6 --- CHANGELOG.md | 13 +++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 240c6d3..a1ee0cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.1.6](https://github.com/rust-mcp-stack/rust-mcp-schema/compare/v0.1.5...v0.1.6) (2025-02-17) + + +### Features + +* implement new utility functions ([#24](https://github.com/rust-mcp-stack/rust-mcp-schema/issues/24)) ([859b5db](https://github.com/rust-mcp-stack/rust-mcp-schema/commit/859b5dbf4705774dd3f73f50f870aaa573ba624b)) + + +### Bug Fixes + +* implemented Error trait for JsonrpcErrorError ([#22](https://github.com/rust-mcp-stack/rust-mcp-schema/issues/22)) ([753bd87](https://github.com/rust-mcp-stack/rust-mcp-schema/commit/753bd87d7b8ccf36a8ca697f7c6c6dacb632a59e)) +* serializations to skip None Params ([#25](https://github.com/rust-mcp-stack/rust-mcp-schema/issues/25)) ([1f67654](https://github.com/rust-mcp-stack/rust-mcp-schema/commit/1f67654a3a755d06a5b7dda1577d6763f4315cd0)) + ## [0.1.5](https://github.com/rust-mcp-stack/rust-mcp-schema/compare/v0.1.4...v0.1.5) (2025-02-15) diff --git a/Cargo.lock b/Cargo.lock index 4c35b4a..30164fe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -156,7 +156,7 @@ dependencies = [ [[package]] name = "rust-mcp-schema" -version = "0.1.5" +version = "0.1.6" dependencies = [ "json5", "serde", diff --git a/Cargo.toml b/Cargo.toml index 47dd77f..68a41e9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rust-mcp-schema" -version = "0.1.5" +version = "0.1.6" 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."