Skip to content

Commit 9eecf0f

Browse files
authored
chore(main): release 0.8.0 (#94)
1 parent 6c7b555 commit 9eecf0f

File tree

4 files changed

+15
-4
lines changed

4 files changed

+15
-4
lines changed

CHANGELOG.md

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

3+
## [0.8.0](https://github.com/rust-mcp-stack/rust-mcp-schema/compare/v0.7.5...v0.8.0) (2025-12-01)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* support mcp protocol version 2025-11-25 ([#93](https://github.com/rust-mcp-stack/rust-mcp-schema/issues/93))
9+
10+
### Features
11+
12+
* support mcp protocol version 2025-11-25 ([#93](https://github.com/rust-mcp-stack/rust-mcp-schema/issues/93)) ([6c7b555](https://github.com/rust-mcp-stack/rust-mcp-schema/commit/6c7b5555e4823b8cfb98da39d6d07d71c741d599))
13+
314
## [0.7.5](https://github.com/rust-mcp-stack/rust-mcp-schema/compare/v0.7.4...v0.7.5) (2025-10-03)
415

516

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.7.5"
3+
version = "0.8.0"
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,14 +99,14 @@ Example: enable `2025-06-18` version of the schema:
9999

100100
```toml
101101
# Cargo.toml
102-
rust-mcp-schema = { version: 0.7.5 , default-features = false, features=["2025_06_18"] }
102+
rust-mcp-schema = { version: 0.8.0 , default-features = false, features=["2025_06_18"] }
103103
```
104104

105105
Example: enable `draft`` version of the schema :
106106

107107
```toml
108108
#Cargo.toml
109-
rust-mcp-schema = { version: 0.7.5 , default-features = false, features=["draft"] }
109+
rust-mcp-schema = { version: 0.8.0 , default-features = false, features=["draft"] }
110110
```
111111

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

0 commit comments

Comments
 (0)