Skip to content

Commit c2408c1

Browse files
authored
chore(main): release 0.1.9 (#40)
1 parent 48dc8af commit c2408c1

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [0.1.9](https://github.com/rust-mcp-stack/rust-mcp-schema/compare/v0.1.8...v0.1.9) (2025-03-02)
4+
5+
6+
### Features
7+
8+
* introduce CallToolError ([#39](https://github.com/rust-mcp-stack/rust-mcp-schema/issues/39)) ([7b8672d](https://github.com/rust-mcp-stack/rust-mcp-schema/commit/7b8672d7aecd67448bff7d9f3fa933d25ea845bc))
9+
* new cunstructor and conversion utilities for call tool operations ([#41](https://github.com/rust-mcp-stack/rust-mcp-schema/issues/41)) ([0b8f622](https://github.com/rust-mcp-stack/rust-mcp-schema/commit/0b8f6223ca5fd709ab55f4d7f0f9aef6e81e21b0))
10+
11+
12+
### Bug Fixes
13+
14+
* add missing MCPMessage trait for MessageFromClient ([#43](https://github.com/rust-mcp-stack/rust-mcp-schema/issues/43)) ([48dc8af](https://github.com/rust-mcp-stack/rust-mcp-schema/commit/48dc8af9f677d1675e34bb429d7f493d163d51b6))
15+
316
## [0.1.8](https://github.com/rust-mcp-stack/rust-mcp-schema/compare/v0.1.7...v0.1.8) (2025-02-23)
417

518

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.8"
3+
version = "0.1.9"
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)