Skip to content

Commit 870e70e

Browse files
authored
chore(main): release 0.4.0 (#67)
1 parent bc233ea commit 870e70e

File tree

4 files changed

+16
-5
lines changed

4 files changed

+16
-5
lines changed

CHANGELOG.md

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

3+
## [0.4.0](https://github.com/rust-mcp-stack/rust-mcp-schema/compare/v0.3.0...v0.4.0) (2025-04-26)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* add new draft version and update 2025_03_26 ([#66](https://github.com/rust-mcp-stack/rust-mcp-schema/issues/66))
9+
10+
### Features
11+
12+
* add new draft version and update 2025_03_26 ([#66](https://github.com/rust-mcp-stack/rust-mcp-schema/issues/66)) ([bc233ea](https://github.com/rust-mcp-stack/rust-mcp-schema/commit/bc233eaffff02630e0bf15bc9b8ae22743a4a734))
13+
314
## [0.3.0](https://github.com/rust-mcp-stack/rust-mcp-schema/compare/v0.2.2...v0.3.0) (2025-04-04)
415

516

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.3.0"
3+
version = "0.4.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

+3-3
Original file line numberDiff line numberDiff line change
@@ -85,21 +85,21 @@ Example: enable `2025_03_26` version of the shema:
8585

8686
```toml
8787
# Cargo.toml
88-
rust-mcp-schema = { version: 0.3.0 , features=["2025_03_26"] }
88+
rust-mcp-schema = { version: 0.4.0 , features=["2025_03_26"] }
8989
```
9090

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

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

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

100100
```toml
101101
#Cargo.toml
102-
rust-mcp-schema = { version: 0.3.0 , features=["2024_11_05"] }
102+
rust-mcp-schema = { version: 0.4.0 , features=["2024_11_05"] }
103103
```
104104

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

0 commit comments

Comments
 (0)