Skip to content

Commit a248b66

Browse files
authored
chore(main): release 0.1.4 (#16)
1 parent c5a6c37 commit a248b66

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.1.4](https://github.com/rust-mcp-stack/rust-mcp-schema/compare/v0.1.3...v0.1.4) (2025-02-12)
4+
5+
6+
### Features
7+
8+
* 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))
9+
310
## [0.1.3](https://github.com/rust-mcp-stack/rust-mcp-schema/compare/v0.1.2...v0.1.3) (2025-02-10)
411

512

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rust-mcp-schema"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
authors = ["Ali Hashemi"]
55
categories = ["data-structures", "parser-implementations", "parsing"]
66
description = "Type-safe implementation of the Model Context Protocol in Rust, designed to reduce errors and accelerate development with powerful utilities."

0 commit comments

Comments
 (0)