diff --git a/CHANGELOG.md b/CHANGELOG.md index e05e4a3..333c4ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.4](https://github.com/rust-mcp-stack/rust-mcp-schema/compare/v0.1.3...v0.1.4) (2025-02-12) + + +### Features + +* enhance `schema_utils` and `mcp_schema` ([#12](https://github.com/rust-mcp-stack/rust-mcp-schema/issues/12)) ([2dbd271](https://github.com/rust-mcp-stack/rust-mcp-schema/commit/2dbd2714259fb4d31927705565a3a25a3c9e89c0)) + ## [0.1.3](https://github.com/rust-mcp-stack/rust-mcp-schema/compare/v0.1.2...v0.1.3) (2025-02-10) diff --git a/Cargo.lock b/Cargo.lock index 54bc78c..37e1080 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -156,7 +156,7 @@ dependencies = [ [[package]] name = "rust-mcp-schema" -version = "0.1.3" +version = "0.1.4" dependencies = [ "json5", "serde", diff --git a/Cargo.toml b/Cargo.toml index 607beb2..9015f80 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rust-mcp-schema" -version = "0.1.3" +version = "0.1.4" 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."