Skip to content

Commit 4c29d24

Browse files
authored
Merge pull request #1 from rust-mcp-stack/release-please--branches--main
chore: release main
2 parents 744daab + 3c2c044 commit 4c29d24

File tree

9 files changed

+33
-12
lines changed

9 files changed

+33
-12
lines changed

.release-manifest.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"crates/rust-mcp-sdk": "0.1.0",
33
"crates/rust-mcp-macros": "0.1.0",
44
"crates/rust-mcp-transport": "0.1.0",
5-
"examples/hello-world-mcp-server": "0.1.0",
6-
"examples/hello-world-mcp-server-core": "0.1.0",
7-
"examples/simple-mcp-client": "0.1.0",
8-
"examples/simple-mcp-client-core": "0.1.0"
5+
"examples/hello-world-mcp-server": "0.1.1",
6+
"examples/hello-world-mcp-server-core": "0.1.1",
7+
"examples/simple-mcp-client": "0.1.1",
8+
"examples/simple-mcp-client-core": "0.1.1"
99
}

Cargo.lock

Lines changed: 4 additions & 4 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.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)
4+
5+
6+
### Features
7+
8+
* Initial release v0.1.0 ([4c08beb](https://github.com/rust-mcp-stack/rust-mcp-sdk/commit/4c08beb73b102c77e65b724b284008071b7f5ef4))
9+
310
## [0.1.7](https://github.com/hashemix/rust-mcp-sdk/compare/rust-mcp-macros-v0.1.6...rust-mcp-macros-v0.1.7) (2025-03-24)
411

512

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.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)
4+
5+
6+
### Features
7+
8+
* Initial release v0.1.0 ([4c08beb](https://github.com/rust-mcp-stack/rust-mcp-sdk/commit/4c08beb73b102c77e65b724b284008071b7f5ef4))
9+
310
## [0.1.7](https://github.com/hashemix/rust-mcp-sdk/compare/rust-mcp-sdk-v0.1.6...rust-mcp-sdk-v0.1.7) (2025-03-24)
411

512

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.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)
4+
5+
6+
### Features
7+
8+
* Initial release v0.1.0 ([4c08beb](https://github.com/rust-mcp-stack/rust-mcp-sdk/commit/4c08beb73b102c77e65b724b284008071b7f5ef4))
9+
310
## [0.1.7](https://github.com/hashemix/rust-mcp-sdk/compare/rust-mcp-transport-v0.1.6...rust-mcp-transport-v0.1.7) (2025-03-24)
411

512

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.0"
3+
version = "0.1.1"
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.0"
3+
version = "0.1.1"
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.0"
3+
version = "0.1.1"
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.0"
3+
version = "0.1.1"
44
edition = "2021"
55
publish = false
66
license = "MIT"

0 commit comments

Comments
 (0)