Skip to content

Commit 1457cff

Browse files
chore: release main (#78)
* chore: release main * chore: update Cargo.toml for release --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent bb694d1 commit 1457cff

File tree

17 files changed

+63
-35
lines changed

17 files changed

+63
-35
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.5.0",
3-
"crates/rust-mcp-macros": "0.5.0",
4-
"crates/rust-mcp-transport": "0.4.0",
5-
"examples/hello-world-mcp-server": "0.1.24",
6-
"examples/hello-world-mcp-server-core": "0.1.15",
7-
"examples/simple-mcp-client": "0.1.24",
8-
"examples/simple-mcp-client-core": "0.1.24",
9-
"examples/hello-world-server-core-streamable-http": "0.1.15",
10-
"examples/hello-world-server-streamable-http": "0.1.24",
11-
"examples/simple-mcp-client-core-sse": "0.1.15",
12-
"examples/simple-mcp-client-sse": "0.1.15"
2+
"crates/rust-mcp-sdk": "0.5.1",
3+
"crates/rust-mcp-macros": "0.5.1",
4+
"crates/rust-mcp-transport": "0.4.1",
5+
"examples/hello-world-mcp-server": "0.1.25",
6+
"examples/hello-world-mcp-server-core": "0.1.16",
7+
"examples/simple-mcp-client": "0.1.25",
8+
"examples/simple-mcp-client-core": "0.1.25",
9+
"examples/hello-world-server-core-streamable-http": "0.1.16",
10+
"examples/hello-world-server-streamable-http": "0.1.25",
11+
"examples/simple-mcp-client-core-sse": "0.1.16",
12+
"examples/simple-mcp-client-sse": "0.1.16"
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.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ members = [
1616

1717
[workspace.dependencies]
1818
# Workspace member crates
19-
rust-mcp-transport = { version = "0.4.0", path = "crates/rust-mcp-transport", default-features = false }
19+
rust-mcp-transport = { version = "0.4.1", path = "crates/rust-mcp-transport", default-features = false }
2020
rust-mcp-sdk = { path = "crates/rust-mcp-sdk", default-features = false }
21-
rust-mcp-macros = { version = "0.5.0", path = "crates/rust-mcp-macros", default-features = false }
21+
rust-mcp-macros = { version = "0.5.1", path = "crates/rust-mcp-macros", default-features = false }
2222

2323
# External crates
2424
rust-mcp-schema = { version = "0.7", default-features = false }

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.5.1](https://github.com/rust-mcp-stack/rust-mcp-sdk/compare/rust-mcp-macros-v0.5.0...rust-mcp-macros-v0.5.1) (2025-08-12)
4+
5+
6+
### 🚀 Features
7+
8+
* Add Streamable HTTP Support to MCP Server ([#76](https://github.com/rust-mcp-stack/rust-mcp-sdk/issues/76)) ([1864ce8](https://github.com/rust-mcp-stack/rust-mcp-sdk/commit/1864ce85775912ef6062d70cf9a3dcaf18cf7308))
9+
310
## [0.5.0](https://github.com/rust-mcp-stack/rust-mcp-sdk/compare/rust-mcp-macros-v0.4.2...rust-mcp-macros-v0.5.0) (2025-07-03)
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.5.0"
3+
version = "0.5.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: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [0.5.1](https://github.com/rust-mcp-stack/rust-mcp-sdk/compare/rust-mcp-sdk-v0.5.0...rust-mcp-sdk-v0.5.1) (2025-08-12)
4+
5+
6+
### 🚀 Features
7+
8+
* Add Streamable HTTP Support to MCP Server ([#76](https://github.com/rust-mcp-stack/rust-mcp-sdk/issues/76)) ([1864ce8](https://github.com/rust-mcp-stack/rust-mcp-sdk/commit/1864ce85775912ef6062d70cf9a3dcaf18cf7308))
9+
* Update examples and docs for streamable http ([#77](https://github.com/rust-mcp-stack/rust-mcp-sdk/issues/77)) ([e714482](https://github.com/rust-mcp-stack/rust-mcp-sdk/commit/e714482e65d8b4ff6e0942b15609f920d78235d9))
10+
11+
12+
### 📚 Documentation
13+
14+
* Update readme ([31d5d67](https://github.com/rust-mcp-stack/rust-mcp-sdk/commit/31d5d672bf340292a6f54961bab09afbe468539e))
15+
* Update readme ([470a51a](https://github.com/rust-mcp-stack/rust-mcp-sdk/commit/470a51a8bf8b0ed78b8dfb171e43eb847d8a0666))
16+
317
## [0.5.0](https://github.com/rust-mcp-stack/rust-mcp-sdk/compare/rust-mcp-sdk-v0.4.7...rust-mcp-sdk-v0.5.0) (2025-07-03)
418

519

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.5.0"
3+
version = "0.5.1"
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.4.1](https://github.com/rust-mcp-stack/rust-mcp-sdk/compare/rust-mcp-transport-v0.4.0...rust-mcp-transport-v0.4.1) (2025-08-12)
4+
5+
6+
### 🚀 Features
7+
8+
* Add Streamable HTTP Support to MCP Server ([#76](https://github.com/rust-mcp-stack/rust-mcp-sdk/issues/76)) ([1864ce8](https://github.com/rust-mcp-stack/rust-mcp-sdk/commit/1864ce85775912ef6062d70cf9a3dcaf18cf7308))
9+
310
## [0.4.0](https://github.com/rust-mcp-stack/rust-mcp-sdk/compare/rust-mcp-transport-v0.3.6...rust-mcp-transport-v0.4.0) (2025-07-03)
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.4.0"
3+
version = "0.4.1"
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.15"
3+
version = "0.1.16"
44
edition = "2021"
55
publish = false
66
license = "MIT"

0 commit comments

Comments
 (0)