Skip to content

Commit f2ce203

Browse files
committed
chore(main): release 0.1.7
1 parent 3f2b5a5 commit f2ce203

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

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

3+
## [0.1.7](https://github.com/rust-mcp-stack/rust-mcp-schema/compare/v0.1.6...v0.1.7) (2025-02-21)
4+
5+
6+
### Features
7+
8+
* add message_type to MCPMessage trait ([#26](https://github.com/rust-mcp-stack/rust-mcp-schema/issues/26)) ([aca2336](https://github.com/rust-mcp-stack/rust-mcp-schema/commit/aca2336f6fa9258098d934bb5e5205ae12ebed1f))
9+
* implement ToMessage trait ([#31](https://github.com/rust-mcp-stack/rust-mcp-schema/issues/31)) ([435f18b](https://github.com/rust-mcp-stack/rust-mcp-schema/commit/435f18b376db0f368f8995fc5c76f8b95eb75ebe))
10+
* introduce FromMessage trait ([#30](https://github.com/rust-mcp-stack/rust-mcp-schema/issues/30)) ([cc46100](https://github.com/rust-mcp-stack/rust-mcp-schema/commit/cc46100a3e66889f21df919c98abefd4598dfa30))
11+
312
## [0.1.6](https://github.com/rust-mcp-stack/rust-mcp-schema/compare/v0.1.5...v0.1.6) (2025-02-17)
413

514

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.6"
3+
version = "0.1.7"
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)