Skip to content

Commit 5b8ac5e

Browse files
authored
chore(main): release 0.2.2 (#60)
1 parent c5c6808 commit 5b8ac5e

File tree

4 files changed

+12
-5
lines changed

4 files changed

+12
-5
lines changed

CHANGELOG.md

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

3+
## [0.2.2](https://github.com/rust-mcp-stack/rust-mcp-schema/compare/v0.2.1...v0.2.2) (2025-03-30)
4+
5+
6+
### Bug Fixes
7+
8+
* update readme, announce rust-mcp-sdk ([#59](https://github.com/rust-mcp-stack/rust-mcp-schema/issues/59)) ([c5c6808](https://github.com/rust-mcp-stack/rust-mcp-schema/commit/c5c6808dd6cff083b435647da2c05306b757b6c7))
9+
310
## [0.2.1](https://github.com/rust-mcp-stack/rust-mcp-schema/compare/v0.2.0...v0.2.1) (2025-03-23)
411

512

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.2.1"
3+
version = "0.2.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

+3-3
Original file line numberDiff line numberDiff line change
@@ -86,21 +86,21 @@ Example: enable `draft` version of the shema:
8686

8787
```toml
8888
# Cargo.toml
89-
rust-mcp-schema = { version: 0.2.1 , features=["draft"] }
89+
rust-mcp-schema = { version: 0.2.2 , features=["draft"] }
9090
```
9191

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

9494
```toml
9595
#Cargo.toml
96-
rust-mcp-schema = { version: 0.2.1 , features=["latest"] }
96+
rust-mcp-schema = { version: 0.2.2 , features=["latest"] }
9797
```
9898

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

101101
```toml
102102
#Cargo.toml
103-
rust-mcp-schema = { version: 0.2.1 , features=["2024_11_05"] }
103+
rust-mcp-schema = { version: 0.2.2 , features=["2024_11_05"] }
104104
```
105105

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

0 commit comments

Comments
 (0)