Skip to content

Commit defc88a

Browse files
authored
chore: release main (#128)
1 parent b31c6fb commit defc88a

6 files changed

Lines changed: 16 additions & 7 deletions

File tree

.release-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"crates/rust-mcp-sdk": "0.8.1",
2+
"crates/rust-mcp-sdk": "0.8.2",
33
"crates/rust-mcp-macros": "0.8.0",
44
"crates/rust-mcp-transport": "0.8.0",
5-
"crates/rust-mcp-extra": "0.2.1",
5+
"crates/rust-mcp-extra": "0.2.2",
66
"examples/hello-world-mcp-server-stdio": "0.1.33",
77
"examples/hello-world-mcp-server-stdio-core": "0.1.24",
88
"examples/simple-mcp-client-stdio": "0.1.33",

Cargo.lock

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

crates/rust-mcp-extra/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Changelog
22

3+
## [0.2.2](https://github.com/rust-mcp-stack/rust-mcp-sdk/compare/rust-mcp-extra-v0.2.1...rust-mcp-extra-v0.2.2) (2026-01-18)
4+
35
## [0.2.1](https://github.com/rust-mcp-stack/rust-mcp-sdk/compare/rust-mcp-extra-v0.2.0...rust-mcp-extra-v0.2.1) (2026-01-01)
46

57
## [0.2.0](https://github.com/rust-mcp-stack/rust-mcp-sdk/compare/rust-mcp-extra-v0.1.4...rust-mcp-extra-v0.2.0) (2026-01-01)

crates/rust-mcp-extra/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rust-mcp-extra"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
authors = ["Ali Hashemi"]
55
categories = ["api-bindings", "development-tools", "asynchronous", "parsing"]
66
description = "A companion crate to rust-mcp-sdk offering extra implementations of core traits like SessionStore and EventStore, enabling integration with various database backends and third-party platforms such as AWS Lambda for serverless and cloud-native MCP applications."
@@ -13,7 +13,7 @@ rust-version = { workspace = true }
1313
exclude = ["assets/", "tests/"]
1414

1515
[dependencies]
16-
rust-mcp-sdk = { version = "0.8.1" , path = "../rust-mcp-sdk", default-features = false, features=["server","auth","hyper-server","macros"] }
16+
rust-mcp-sdk = { version = "0.8.2" , path = "../rust-mcp-sdk", default-features = false, features=["server","auth","hyper-server","macros"] }
1717
base64 = {workspace = true, optional=true}
1818
url= {workspace = true, optional=true}
1919
nanoid = {version="0.4", optional=true}

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.8.2](https://github.com/rust-mcp-stack/rust-mcp-sdk/compare/rust-mcp-sdk-v0.8.1...rust-mcp-sdk-v0.8.2) (2026-01-18)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* Enable url serde feature to prevent error when auth is enabled ([b31c6fb](https://github.com/rust-mcp-stack/rust-mcp-sdk/commit/b31c6fba7f085f751f48ebeb479ad87aa80c3e06))
9+
310
## [0.8.1](https://github.com/rust-mcp-stack/rust-mcp-sdk/compare/rust-mcp-sdk-v0.8.0...rust-mcp-sdk-v0.8.1) (2026-01-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.8.1"
3+
version = "0.8.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."

0 commit comments

Comments
 (0)