Skip to content

Commit 3fca025

Browse files
authored
chore: release main (#27)
1 parent 4cf3cb1 commit 3fca025

File tree

8 files changed

+22
-15
lines changed

8 files changed

+22
-15
lines changed

.release-manifest.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"crates/rust-mcp-sdk": "0.2.3",
2+
"crates/rust-mcp-sdk": "0.2.4",
33
"crates/rust-mcp-macros": "0.2.1",
44
"crates/rust-mcp-transport": "0.2.1",
5-
"examples/hello-world-mcp-server": "0.1.8",
6-
"examples/hello-world-mcp-server-core": "0.1.8",
7-
"examples/simple-mcp-client": "0.1.8",
8-
"examples/simple-mcp-client-core": "0.1.8"
5+
"examples/hello-world-mcp-server": "0.1.9",
6+
"examples/hello-world-mcp-server-core": "0.1.9",
7+
"examples/simple-mcp-client": "0.1.9",
8+
"examples/simple-mcp-client-core": "0.1.9"
99
}

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/rust-mcp-sdk/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.2.4](https://github.com/rust-mcp-stack/rust-mcp-sdk/compare/rust-mcp-sdk-v0.2.3...rust-mcp-sdk-v0.2.4) (2025-05-01)
4+
5+
6+
### 📚 Documentation
7+
8+
* Update documentation ([#26](https://github.com/rust-mcp-stack/rust-mcp-sdk/issues/26)) ([4cf3cb1](https://github.com/rust-mcp-stack/rust-mcp-sdk/commit/4cf3cb1db8effe10632adb32e7a350cdcdedd69b))
9+
310
## [0.2.3](https://github.com/rust-mcp-stack/rust-mcp-sdk/compare/rust-mcp-sdk-v0.2.2...rust-mcp-sdk-v0.2.3) (2025-05-01)
411

512

crates/rust-mcp-sdk/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-sdk"
3-
version = "0.2.3"
3+
version = "0.2.4"
44
authors = ["Ali Hashemi"]
55
categories = ["data-structures", "parser-implementations", "parsing"]
66
description = "An asynchronous SDK and framework for building MCP-Servers and MCP-Clients, leveraging the rust-mcp-schema for type safe MCP Schema Objects."

examples/hello-world-mcp-server-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hello-world-mcp-server-core"
3-
version = "0.1.8"
3+
version = "0.1.9"
44
edition = "2021"
55
publish = false
66
license = "MIT"

examples/hello-world-mcp-server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hello-world-mcp-server"
3-
version = "0.1.8"
3+
version = "0.1.9"
44
edition = "2021"
55
publish = false
66
license = "MIT"

examples/simple-mcp-client-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "simple-mcp-client-core"
3-
version = "0.1.8"
3+
version = "0.1.9"
44
edition = "2021"
55
publish = false
66
license = "MIT"

examples/simple-mcp-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "simple-mcp-client"
3-
version = "0.1.8"
3+
version = "0.1.9"
44
edition = "2021"
55
publish = false
66
license = "MIT"

0 commit comments

Comments
 (0)