diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e5dc9ef99..b72a89414 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - "Packages/src": "3.0.0-beta.52", + "Packages/src": "3.0.0-beta.53", "cli/dispatcher": "3.1.0-beta.15", "cli/project-runner": "3.0.0-beta.50" } diff --git a/Packages/src/CHANGELOG.md b/Packages/src/CHANGELOG.md index ea9f4927b..6c07e8a30 100644 --- a/Packages/src/CHANGELOG.md +++ b/Packages/src/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [3.0.0-beta.53](https://github.com/hatayama/unity-cli-loop/compare/v3.0.0-beta.52...v3.0.0-beta.53) (2026-07-18) + + +### Bug Fixes + +* Improve compile and pause-point skill guidance for AI agents ([#1836](https://github.com/hatayama/unity-cli-loop/issues/1836)) ([c7c650e](https://github.com/hatayama/unity-cli-loop/commit/c7c650eceaacb0d0e32d6c1208224c205d1e1210)) +* resolve macOS E2E failures ([#1834](https://github.com/hatayama/unity-cli-loop/issues/1834)) ([6d498b4](https://github.com/hatayama/unity-cli-loop/commit/6d498b490265f986c7250e96ef0a19bc50a16f78)) +* suppress expected launch-time worker errors ([#1837](https://github.com/hatayama/unity-cli-loop/issues/1837)) ([0be8528](https://github.com/hatayama/unity-cli-loop/commit/0be8528a6c786f699b1fed073437f880bda53c75)) + ## [3.0.0-beta.52](https://github.com/hatayama/unity-cli-loop/compare/v3.0.0-beta.51...v3.0.0-beta.52) (2026-07-18) diff --git a/Packages/src/package.json b/Packages/src/package.json index 5d8bf282b..8a0c52d4f 100644 --- a/Packages/src/package.json +++ b/Packages/src/package.json @@ -1,6 +1,6 @@ { "name": "io.github.hatayama.uloopmcp", - "version": "3.0.0-beta.52", + "version": "3.0.0-beta.53", "displayName": "Unity CLI Loop", "description": "AI-driven development loop for Unity via CLI.", "unity": "2022.3",