Skip to content

Commit 1dd3f65

Browse files
authored
chore: release main (#17)
1 parent 1fa9a6f commit 1dd3f65

File tree

8 files changed

+27
-15
lines changed

8 files changed

+27
-15
lines changed

.release-manifest.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"crates/rust-mcp-sdk": "0.2.0",
2+
"crates/rust-mcp-sdk": "0.2.1",
33
"crates/rust-mcp-macros": "0.2.0",
44
"crates/rust-mcp-transport": "0.2.0",
5-
"examples/hello-world-mcp-server": "0.1.5",
6-
"examples/hello-world-mcp-server-core": "0.1.5",
7-
"examples/simple-mcp-client": "0.1.5",
8-
"examples/simple-mcp-client-core": "0.1.5"
5+
"examples/hello-world-mcp-server": "0.1.6",
6+
"examples/hello-world-mcp-server-core": "0.1.6",
7+
"examples/simple-mcp-client": "0.1.6",
8+
"examples/simple-mcp-client-core": "0.1.6"
99
}

Cargo.lock

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/rust-mcp-sdk/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [0.2.1](https://github.com/rust-mcp-stack/rust-mcp-sdk/compare/rust-mcp-sdk-v0.2.0...rust-mcp-sdk-v0.2.1) (2025-04-20)
4+
5+
6+
### 🚀 Features
7+
8+
* Introduce Cargo features to isolate client and server code ([#18](https://github.com/rust-mcp-stack/rust-mcp-sdk/issues/18)) ([1fa9a6f](https://github.com/rust-mcp-stack/rust-mcp-sdk/commit/1fa9a6f60ec2ece34b68e49855c13489a0889d48))
9+
10+
11+
### 📚 Documentation
12+
13+
* Add projects list to readme ([#16](https://github.com/rust-mcp-stack/rust-mcp-sdk/issues/16)) ([deee010](https://github.com/rust-mcp-stack/rust-mcp-sdk/commit/deee010c84228c00a7f4426d560f7ceb5d2d274f))
14+
315
## [0.2.0](https://github.com/rust-mcp-stack/rust-mcp-sdk/compare/rust-mcp-sdk-v0.1.3...rust-mcp-sdk-v0.2.0) (2025-04-16)
416

517

crates/rust-mcp-sdk/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rust-mcp-sdk"
3-
version = "0.2.0"
3+
version = "0.2.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."

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

+1-1
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hello-world-mcp-server"
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "simple-mcp-client-core"
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "simple-mcp-client"
3-
version = "0.1.5"
3+
version = "0.1.6"
44
edition = "2021"
55
publish = false
66
license = "MIT"

0 commit comments

Comments
 (0)