Skip to content

Commit a3677e6

Browse files
authored
chore(main): release 0.6.0 (#74)
1 parent 2570c2b commit a3677e6

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.6.0](https://github.com/rust-mcp-stack/rust-mcp-schema/compare/v0.5.2...v0.6.0) (2025-06-17)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* add support for multiple active schema versions with versioned module access ([#73](https://github.com/rust-mcp-stack/rust-mcp-schema/issues/73))
9+
10+
### Features
11+
12+
* add support for multiple active schema versions with versioned module access ([#73](https://github.com/rust-mcp-stack/rust-mcp-schema/issues/73)) ([2570c2b](https://github.com/rust-mcp-stack/rust-mcp-schema/commit/2570c2ba4c5f0f166b5d41158cbb2769a3fe399b))
13+
314
## [0.5.2](https://github.com/rust-mcp-stack/rust-mcp-schema/compare/v0.5.1...v0.5.2) (2025-05-28)
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.5.2"
3+
version = "0.6.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
@@ -91,14 +91,14 @@ Example: enable `2024_11_05` version of the shema:
9191

9292
```toml
9393
# Cargo.toml
94-
rust-mcp-schema = { version: 0.5.2 , default-features = false, features=["2024_11_05"] }
94+
rust-mcp-schema = { version: 0.6.0 , default-features = false, features=["2024_11_05"] }
9595
```
9696

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

9999
```toml
100100
#Cargo.toml
101-
rust-mcp-schema = { version: 0.5.2 , default-features = false, features=["draft"] }
101+
rust-mcp-schema = { version: 0.6.0 , default-features = false, features=["draft"] }
102102
```
103103

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

0 commit comments

Comments
 (0)