Skip to content

Commit 5e85573

Browse files
authored
chore(main): release 0.5.2 (#72)
1 parent 1040b11 commit 5e85573

File tree

4 files changed

+12
-5
lines changed

4 files changed

+12
-5
lines changed

CHANGELOG.md

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

3+
## [0.5.2](https://github.com/rust-mcp-stack/rust-mcp-schema/compare/v0.5.1...v0.5.2) (2025-05-28)
4+
5+
6+
### Features
7+
8+
* add protocol version enum, update draft version ([#71](https://github.com/rust-mcp-stack/rust-mcp-schema/issues/71)) ([1040b11](https://github.com/rust-mcp-stack/rust-mcp-schema/commit/1040b112e5a81e6b650cbe26dcfdd7c51841539a))
9+
310
## [0.5.1](https://github.com/rust-mcp-stack/rust-mcp-schema/compare/v0.5.0...v0.5.1) (2025-05-23)
411

512

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.5.1"
3+
version = "0.5.2"
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
@@ -85,21 +85,21 @@ Example: enable `2024_11_05` version of the shema:
8585

8686
```toml
8787
# Cargo.toml
88-
rust-mcp-schema = { version: 0.5.1 , features=["2024_11_05"] }
88+
rust-mcp-schema = { version: 0.5.2 , features=["2024_11_05"] }
8989
```
9090

9191
Example: enable `latest` version of the shema:
9292

9393
```toml
9494
#Cargo.toml
95-
rust-mcp-schema = { version: 0.5.1 , features=["latest"] }
95+
rust-mcp-schema = { version: 0.5.2 , features=["latest"] }
9696
```
9797

9898
Example: enable `draft`` version of the shema (2024_11_05) :
9999

100100
```toml
101101
#Cargo.toml
102-
rust-mcp-schema = { version: 0.5.1 , features=["draft"] }
102+
rust-mcp-schema = { version: 0.5.2 , features=["draft"] }
103103
```
104104

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

0 commit comments

Comments
 (0)