Skip to content

Commit 096ecdd

Browse files
committed
chore(main): release 0.1.11
1 parent 92022da commit 096ecdd

File tree

4 files changed

+18
-5
lines changed

4 files changed

+18
-5
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [0.1.11](https://github.com/rust-mcp-stack/rust-mcp-schema/compare/v0.1.10...v0.1.11) (2025-03-15)
4+
5+
6+
### Features
7+
8+
* add new utility functions for CallToolResultContentItem ([#46](https://github.com/rust-mcp-stack/rust-mcp-schema/issues/46)) ([1fe212c](https://github.com/rust-mcp-stack/rust-mcp-schema/commit/1fe212c38a37033180644d938f38e990126465ea))
9+
* implement default trait for eligible types ([#51](https://github.com/rust-mcp-stack/rust-mcp-schema/issues/51)) ([92022da](https://github.com/rust-mcp-stack/rust-mcp-schema/commit/92022da588dcaa882debeea1c9ca6c5012f5077f))
10+
11+
12+
### Bug Fixes
13+
14+
* updated release action to keep the readme version updated ([#49](https://github.com/rust-mcp-stack/rust-mcp-schema/issues/49)) ([e8b03cf](https://github.com/rust-mcp-stack/rust-mcp-schema/commit/e8b03cfd8879074b8f0ce35860647782549c190b))
15+
316
## [0.1.10](https://github.com/rust-mcp-stack/rust-mcp-schema/compare/v0.1.9...v0.1.10) (2025-03-08)
417

518

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rust-mcp-schema"
3-
version = "0.1.10"
3+
version = "0.1.11"
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."

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,21 +79,21 @@ Example: enable `draft` version of the shema:
7979

8080
```toml
8181
# Cargo.toml
82-
rust-mcp-schema = { version: 0.1.7 , features=["draft"] }
82+
rust-mcp-schema = { version: 0.1.11 , features=["draft"] }
8383
```
8484

8585
Example: enable `latest` version of the shema:
8686

8787
```toml
8888
#Cargo.toml
89-
rust-mcp-schema = { version: 0.1.7 , features=["latest"] }
89+
rust-mcp-schema = { version: 0.1.11 , features=["latest"] }
9090
```
9191

9292
Example: enable specific version of the shema (2024_11_05) :
9393

9494
```toml
9595
#Cargo.toml
96-
rust-mcp-schema = { version: 0.1.7 , features=["2024_11_05"] }
96+
rust-mcp-schema = { version: 0.1.11 , features=["2024_11_05"] }
9797
```
9898

9999
<!-- x-release-please-end -->

0 commit comments

Comments
 (0)