Skip to content

Commit f66d53b

Browse files
authored
chore: release main (#41)
1 parent 084d9d3 commit f66d53b

File tree

12 files changed

+34
-27
lines changed

12 files changed

+34
-27
lines changed

.release-manifest.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
"crates/rust-mcp-sdk": "0.3.2",
2+
"crates/rust-mcp-sdk": "0.3.3",
33
"crates/rust-mcp-macros": "0.3.0",
44
"crates/rust-mcp-transport": "0.3.2",
5-
"examples/hello-world-mcp-server": "0.1.14",
6-
"examples/hello-world-mcp-server-core": "0.1.5",
7-
"examples/simple-mcp-client": "0.1.14",
8-
"examples/simple-mcp-client-core": "0.1.14",
9-
"examples/hello-world-server-core-sse": "0.1.5",
10-
"examples/hello-world-server-sse": "0.1.14",
11-
"examples/simple-mcp-client-core-sse": "0.1.5",
12-
"examples/simple-mcp-client-sse": "0.1.5"
5+
"examples/hello-world-mcp-server": "0.1.15",
6+
"examples/hello-world-mcp-server-core": "0.1.6",
7+
"examples/simple-mcp-client": "0.1.15",
8+
"examples/simple-mcp-client-core": "0.1.15",
9+
"examples/hello-world-server-core-sse": "0.1.6",
10+
"examples/hello-world-server-sse": "0.1.15",
11+
"examples/simple-mcp-client-core-sse": "0.1.6",
12+
"examples/simple-mcp-client-sse": "0.1.6"
1313
}

Cargo.lock

Lines changed: 9 additions & 9 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.3.3](https://github.com/rust-mcp-stack/rust-mcp-sdk/compare/rust-mcp-sdk-v0.3.2...rust-mcp-sdk-v0.3.3) (2025-05-25)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* Prevent termination caused by client using older mcp schema versions ([#40](https://github.com/rust-mcp-stack/rust-mcp-sdk/issues/40)) ([084d9d3](https://github.com/rust-mcp-stack/rust-mcp-sdk/commit/084d9d36c37c135256873bffd46d2ca03a1fb330))
9+
310
## [0.3.2](https://github.com/rust-mcp-stack/rust-mcp-sdk/compare/rust-mcp-sdk-v0.3.1...rust-mcp-sdk-v0.3.2) (2025-05-25)
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.3.2"
3+
version = "0.3.3"
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.5"
3+
version = "0.1.6"
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.14"
3+
version = "0.1.15"
44
edition = "2021"
55
publish = false
66
license = "MIT"

examples/hello-world-server-core-sse/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-server-core-sse"
3-
version = "0.1.5"
3+
version = "0.1.6"
44
edition = "2021"
55
publish = false
66
license = "MIT"

examples/hello-world-server-sse/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-server-sse"
3-
version = "0.1.14"
3+
version = "0.1.15"
44
edition = "2021"
55
publish = false
66
license = "MIT"

examples/simple-mcp-client-core-sse/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-sse"
3-
version = "0.1.5"
3+
version = "0.1.6"
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.14"
3+
version = "0.1.15"
44
edition = "2021"
55
publish = false
66
license = "MIT"

examples/simple-mcp-client-sse/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-sse"
3-
version = "0.1.5"
3+
version = "0.1.6"
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.14"
3+
version = "0.1.15"
44
edition = "2021"
55
publish = false
66
license = "MIT"

0 commit comments

Comments
 (0)