Skip to content

Commit ddb4512

Browse files
chore(release): 0.10.1
## [0.10.1](https://gitlab.com/lx-industries/rmcp-openapi/compare/v0.10.0...v0.10.1) (2025-08-30) ### Miscellaneous Chores * **deps:** update rust crate rmcp to v0.6.1 ([ddaba7d](https://gitlab.com/lx-industries/rmcp-openapi/commit/ddaba7d66be4c717acbe09b63ef3528b4f092986)) * **deps:** update rust:1.89.0 docker digest to 3329e2d ([2bfb87c](https://gitlab.com/lx-industries/rmcp-openapi/commit/2bfb87c62fb96a9f1f1d40e1ea78e3811b1c118f))
1 parent ddaba7d commit ddb4512

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [0.10.1](https://gitlab.com/lx-industries/rmcp-openapi/compare/v0.10.0...v0.10.1) (2025-08-30)
2+
3+
4+
### Miscellaneous Chores
5+
6+
* **deps:** update rust crate rmcp to v0.6.1 ([ddaba7d](https://gitlab.com/lx-industries/rmcp-openapi/commit/ddaba7d66be4c717acbe09b63ef3528b4f092986))
7+
* **deps:** update rust:1.89.0 docker digest to 3329e2d ([2bfb87c](https://gitlab.com/lx-industries/rmcp-openapi/commit/2bfb87c62fb96a9f1f1d40e1ea78e3811b1c118f))
8+
19
## [0.10.0](https://gitlab.com/lx-industries/rmcp-openapi/compare/v0.9.0...v0.10.0) (2025-08-29)
210

311

crates/rmcp-openapi-server/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "rmcp-openapi-server"
33
description = "MCP server executable for OpenAPI specifications"
44
readme = "../../README.md"
5-
version = "0.10.0"
5+
version = "0.10.1"
66
edition.workspace = true
77
license.workspace = true
88
repository.workspace = true
@@ -16,7 +16,7 @@ path = "src/main.rs"
1616

1717
[dependencies]
1818
# Library dependency
19-
rmcp-openapi = { version = "0.10.0", path = "../rmcp-openapi" }
19+
rmcp-openapi = { version = "0.10.1", path = "../rmcp-openapi" }
2020

2121
# Server-specific dependencies
2222
rmcp.workspace = true

crates/rmcp-openapi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "rmcp-openapi"
33
description = "Library for converting OpenAPI specifications to MCP tools"
44
readme = "../../README.md"
5-
version = "0.10.0"
5+
version = "0.10.1"
66
edition.workspace = true
77
license.workspace = true
88
repository.workspace = true

0 commit comments

Comments
 (0)