Skip to content

Commit 49d7786

Browse files
committed
chore: release main
1 parent 4c4daf0 commit 49d7786

File tree

16 files changed

+54
-33
lines changed

16 files changed

+54
-33
lines changed

.release-manifest.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
"crates/rust-mcp-sdk": "0.4.1",
3-
"crates/rust-mcp-macros": "0.4.0",
4-
"crates/rust-mcp-transport": "0.3.3",
5-
"examples/hello-world-mcp-server": "0.1.17",
6-
"examples/hello-world-mcp-server-core": "0.1.8",
7-
"examples/simple-mcp-client": "0.1.17",
8-
"examples/simple-mcp-client-core": "0.1.17",
9-
"examples/hello-world-server-core-sse": "0.1.8",
10-
"examples/hello-world-server-sse": "0.1.17",
11-
"examples/simple-mcp-client-core-sse": "0.1.8",
12-
"examples/simple-mcp-client-sse": "0.1.8"
2+
"crates/rust-mcp-sdk": "0.4.2",
3+
"crates/rust-mcp-macros": "0.4.1",
4+
"crates/rust-mcp-transport": "0.3.4",
5+
"examples/hello-world-mcp-server": "0.1.18",
6+
"examples/hello-world-mcp-server-core": "0.1.9",
7+
"examples/simple-mcp-client": "0.1.18",
8+
"examples/simple-mcp-client-core": "0.1.18",
9+
"examples/hello-world-server-core-sse": "0.1.9",
10+
"examples/hello-world-server-sse": "0.1.18",
11+
"examples/simple-mcp-client-core-sse": "0.1.9",
12+
"examples/simple-mcp-client-sse": "0.1.9"
1313
}

Cargo.lock

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

crates/rust-mcp-macros/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.4.1](https://github.com/rust-mcp-stack/rust-mcp-sdk/compare/rust-mcp-macros-v0.4.0...rust-mcp-macros-v0.4.1) (2025-05-30)
4+
5+
6+
### 🚀 Features
7+
8+
* Multi protocol version - phase 1 ([#49](https://github.com/rust-mcp-stack/rust-mcp-sdk/issues/49)) ([4c4daf0](https://github.com/rust-mcp-stack/rust-mcp-sdk/commit/4c4daf0b1dce2554ecb7ed4fb723a1c3dd07e541))
9+
310
## [0.4.0](https://github.com/rust-mcp-stack/rust-mcp-sdk/compare/rust-mcp-macros-v0.3.0...rust-mcp-macros-v0.4.0) (2025-05-28)
411

512

crates/rust-mcp-macros/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-macros"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
authors = ["Ali Hashemi"]
55
categories = ["data-structures", "parser-implementations", "parsing"]
66
description = "A procedural macro that derives the MCPToolSchema implementation for structs or enums, generating a tool_input_schema function used with rust_mcp_schema::Tool."

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.4.2](https://github.com/rust-mcp-stack/rust-mcp-sdk/compare/rust-mcp-sdk-v0.4.1...rust-mcp-sdk-v0.4.2) (2025-05-30)
4+
5+
6+
### 🚀 Features
7+
8+
* Multi protocol version - phase 1 ([#49](https://github.com/rust-mcp-stack/rust-mcp-sdk/issues/49)) ([4c4daf0](https://github.com/rust-mcp-stack/rust-mcp-sdk/commit/4c4daf0b1dce2554ecb7ed4fb723a1c3dd07e541))
9+
310
## [0.4.1](https://github.com/rust-mcp-stack/rust-mcp-sdk/compare/rust-mcp-sdk-v0.4.0...rust-mcp-sdk-v0.4.1) (2025-05-28)
411

512
## [0.4.0](https://github.com/rust-mcp-stack/rust-mcp-sdk/compare/rust-mcp-sdk-v0.3.3...rust-mcp-sdk-v0.4.0) (2025-05-28)

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.4.1"
3+
version = "0.4.2"
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."

crates/rust-mcp-transport/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.4](https://github.com/rust-mcp-stack/rust-mcp-sdk/compare/rust-mcp-transport-v0.3.3...rust-mcp-transport-v0.3.4) (2025-05-30)
4+
5+
6+
### 🚀 Features
7+
8+
* Multi protocol version - phase 1 ([#49](https://github.com/rust-mcp-stack/rust-mcp-sdk/issues/49)) ([4c4daf0](https://github.com/rust-mcp-stack/rust-mcp-sdk/commit/4c4daf0b1dce2554ecb7ed4fb723a1c3dd07e541))
9+
310
## [0.3.3](https://github.com/rust-mcp-stack/rust-mcp-sdk/compare/rust-mcp-transport-v0.3.2...rust-mcp-transport-v0.3.3) (2025-05-28)
411

512

crates/rust-mcp-transport/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-transport"
3-
version = "0.3.3"
3+
version = "0.3.4"
44
authors = ["Ali Hashemi"]
55
categories = ["data-structures"]
66
description = "Transport implementations for the MCP (Model Context Protocol) within the rust-mcp-sdk ecosystem, enabling asynchronous data exchange and efficient message handling between MCP clients and servers."

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.17"
3+
version = "0.1.18"
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.8"
3+
version = "0.1.9"
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.17"
3+
version = "0.1.18"
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.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.17"
3+
version = "0.1.18"
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.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.17"
3+
version = "0.1.18"
44
edition = "2021"
55
publish = false
66
license = "MIT"

0 commit comments

Comments
 (0)