diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ca4b40e..ad2f419 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.15.6" + ".": "0.15.7" } diff --git a/Cargo.toml b/Cargo.toml index eb96e93..ab1233d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ members = [ resolver = "2" [workspace.package] -version = "0.15.6" +version = "0.15.7" edition = "2021" license = "MIT" authors = ["sunerpy "] diff --git a/changelog/CHANGELOG-v0.x.md b/changelog/CHANGELOG-v0.x.md index e8b5682..0ac5078 100644 --- a/changelog/CHANGELOG-v0.x.md +++ b/changelog/CHANGELOG-v0.x.md @@ -1,5 +1,12 @@ # Changelog +## [0.15.7](https://github.com/sunerpy/codegraph-rust/compare/v0.15.6...v0.15.7) (2026-06-26) + + +### Bug Fixes + +* **mcp:** scope Kiro MCP to project path and guard home-root indexing ([#74](https://github.com/sunerpy/codegraph-rust/issues/74)) ([fd0c049](https://github.com/sunerpy/codegraph-rust/commit/fd0c04948b2679e0648ab6aa153529d54a2b9d95)) + ## [0.15.6](https://github.com/sunerpy/codegraph-rust/compare/v0.15.5...v0.15.6) (2026-06-25) diff --git a/version.txt b/version.txt index c619394..3b1c794 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.15.6 +0.15.7