Skip to content

Commit d7a47fe

Browse files
authored
release agntcy-slim-mcp-proxy-v0.2.1 (#15)
## 🤖 New release * `agntcy-slim-mcp-proxy`: 0.2.0 -> 0.2.1 <details><summary><i><b>Changelog</b></i></summary><p> <blockquote> ## [0.2.1](slim-mcp-proxy-v0.2.0...slim-mcp-proxy-v0.2.1) - 2026-02-02 ### Added - Migrate SLIM Rust MCP integrations to their own repo ([#1](#1)) ### Fixed - remove locked flag ([#8](#8)) - fix test applications and task file ([#4](#4)) ### Other - update code dependencies ([#18](#18)) </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/release-plz/release-plz/). Signed-off-by: Michele Papalini <[email protected]>
1 parent 28cce0d commit d7a47fe

3 files changed

Lines changed: 17 additions & 2 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mcp-proxy/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.2.1](https://github.com/agntcy/slim-mcp-rust/compare/slim-mcp-proxy-v0.2.0...slim-mcp-proxy-v0.2.1) - 2026-02-02
11+
12+
### Added
13+
14+
- Migrate SLIM Rust MCP integrations to their own repo ([#1](https://github.com/agntcy/slim-mcp-rust/pull/1))
15+
16+
### Fixed
17+
18+
- remove locked flag ([#8](https://github.com/agntcy/slim-mcp-rust/pull/8))
19+
- fix test applications and task file ([#4](https://github.com/agntcy/slim-mcp-rust/pull/4))
20+
21+
### Other
22+
23+
- update code dependencies ([#18](https://github.com/agntcy/slim-mcp-rust/pull/18))
24+
1025
## [0.2.0](https://github.com/agntcy/slim/compare/slim-mcp-proxy-v0.1.7...slim-mcp-proxy-v0.2.0) - 2025-10-09
1126

1227
### Added

mcp-proxy/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "agntcy-slim-mcp-proxy"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
edition = "2024"
55
license = "Apache-2.0"
66
description = "Proxy for exposing a native MCP server over SLIM"

0 commit comments

Comments
 (0)