Skip to content

chore: release main #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 30, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .release-manifest.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"crates/rust-mcp-sdk": "0.1.0",
"crates/rust-mcp-macros": "0.1.0",
"crates/rust-mcp-transport": "0.1.0",
"examples/hello-world-mcp-server": "0.1.1",
"examples/hello-world-mcp-server-core": "0.1.1",
"examples/simple-mcp-client": "0.1.1",
"examples/simple-mcp-client-core": "0.1.1"
"crates/rust-mcp-sdk": "0.1.1",
"crates/rust-mcp-macros": "0.1.1",
"crates/rust-mcp-transport": "0.1.1",
"examples/hello-world-mcp-server": "0.1.2",
"examples/hello-world-mcp-server-core": "0.1.2",
"examples/simple-mcp-client": "0.1.2",
"examples/simple-mcp-client-core": "0.1.2"
}
14 changes: 7 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions crates/rust-mcp-macros/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.1](https://github.com/rust-mcp-stack/rust-mcp-sdk/compare/rust-mcp-macros-v0.1.0...rust-mcp-macros-v0.1.1) (2025-03-29)


### Bug Fixes

* Update crate readme links and docs ([#2](https://github.com/rust-mcp-stack/rust-mcp-sdk/issues/2)) ([4f8a5b7](https://github.com/rust-mcp-stack/rust-mcp-sdk/commit/4f8a5b74559b97bf9e7229c120c383caf7f53a36))

## [0.1.0](https://github.com/rust-mcp-stack/rust-mcp-sdk/compare/rust-mcp-macros-v0.1.0...rust-mcp-macros-v0.1.0) (2025-03-29)


Expand Down
2 changes: 1 addition & 1 deletion crates/rust-mcp-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rust-mcp-macros"
version = "0.1.0"
version = "0.1.1"
authors = ["Ali Hashemi"]
categories = ["data-structures", "parser-implementations", "parsing"]
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."
Expand Down
7 changes: 7 additions & 0 deletions crates/rust-mcp-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.1](https://github.com/rust-mcp-stack/rust-mcp-sdk/compare/rust-mcp-sdk-v0.1.0...rust-mcp-sdk-v0.1.1) (2025-03-29)


### Bug Fixes

* Update crate readme links and docs ([#2](https://github.com/rust-mcp-stack/rust-mcp-sdk/issues/2)) ([4f8a5b7](https://github.com/rust-mcp-stack/rust-mcp-sdk/commit/4f8a5b74559b97bf9e7229c120c383caf7f53a36))

## [0.1.0](https://github.com/rust-mcp-stack/rust-mcp-sdk/compare/rust-mcp-sdk-v0.1.0...rust-mcp-sdk-v0.1.0) (2025-03-29)


Expand Down
2 changes: 1 addition & 1 deletion crates/rust-mcp-sdk/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rust-mcp-sdk"
version = "0.1.0"
version = "0.1.1"
authors = ["Ali Hashemi"]
categories = ["data-structures", "parser-implementations", "parsing"]
description = "An asynchronous SDK and framework for building MCP-Servers and MCP-Clients, leveraging the rust-mcp-schema for type safe MCP Schema Objects."
Expand Down
7 changes: 7 additions & 0 deletions crates/rust-mcp-transport/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.1](https://github.com/rust-mcp-stack/rust-mcp-sdk/compare/rust-mcp-transport-v0.1.0...rust-mcp-transport-v0.1.1) (2025-03-29)


### Bug Fixes

* Update crate readme links and docs ([#2](https://github.com/rust-mcp-stack/rust-mcp-sdk/issues/2)) ([4f8a5b7](https://github.com/rust-mcp-stack/rust-mcp-sdk/commit/4f8a5b74559b97bf9e7229c120c383caf7f53a36))

## [0.1.0](https://github.com/rust-mcp-stack/rust-mcp-sdk/compare/rust-mcp-transport-v0.1.0...rust-mcp-transport-v0.1.0) (2025-03-29)


Expand Down
2 changes: 1 addition & 1 deletion crates/rust-mcp-transport/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rust-mcp-transport"
version = "0.1.0"
version = "0.1.1"
authors = ["Ali Hashemi"]
categories = ["data-structures"]
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."
Expand Down
2 changes: 1 addition & 1 deletion examples/hello-world-mcp-server-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hello-world-mcp-server-core"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
publish = false
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion examples/hello-world-mcp-server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hello-world-mcp-server"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
publish = false
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion examples/simple-mcp-client-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "simple-mcp-client-core"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
publish = false
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion examples/simple-mcp-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "simple-mcp-client"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
publish = false
license = "MIT"
Expand Down