Skip to content

Commit cbb55b0

Browse files
authored
chore(main): release 0.7.4 (#89)
1 parent d8df8d0 commit cbb55b0

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
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.7.4](https://github.com/rust-mcp-stack/rust-mcp-schema/compare/v0.7.3...v0.7.4) (2025-09-17)
4+
5+
6+
### Features
7+
8+
* elicit helper methods ([#88](https://github.com/rust-mcp-stack/rust-mcp-schema/issues/88)) ([d8df8d0](https://github.com/rust-mcp-stack/rust-mcp-schema/commit/d8df8d06b626ef9519b26f0a4dfd1af1f02603c5))
9+
310
## [0.7.3](https://github.com/rust-mcp-stack/rust-mcp-schema/compare/v0.7.2...v0.7.3) (2025-08-30)
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.7.3"
3+
version = "0.7.4"
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
@@ -92,14 +92,14 @@ Example: enable `2024_11_05` version of the shema:
9292

9393
```toml
9494
# Cargo.toml
95-
rust-mcp-schema = { version: 0.7.3 , default-features = false, features=["2024_11_05"] }
95+
rust-mcp-schema = { version: 0.7.4 , default-features = false, features=["2024_11_05"] }
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.7.3 , default-features = false, features=["draft"] }
102+
rust-mcp-schema = { version: 0.7.4 , default-features = false, features=["draft"] }
103103
```
104104

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

0 commit comments

Comments
 (0)