diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2be9c43..0ee8c01 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.0" + ".": "0.3.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8cd722c..04564b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.0](https://github.com/icoretech/mcp-stdio-bridge/compare/v0.2.0...v0.3.0) (2025-10-23) + + +### Features + +* include uv/uvx (musl static) in image; fix Dockerfile; verify uvx present ([3a0f640](https://github.com/icoretech/mcp-stdio-bridge/commit/3a0f6401744bb6afb8a4b9c3e77ad8c09666c805)) + ## [0.2.0](https://github.com/icoretech/mcp-stdio-bridge/compare/v0.1.0...v0.2.0) (2025-10-22)