diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d3988e502..a6347a6e8 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - ".": "3.0.0-beta.8", - "Packages/src/Cli~": "3.0.0-beta.7" + ".": "3.0.0-beta.9", + "Packages/src/Cli~": "3.0.0-beta.8" } diff --git a/Packages/src/CHANGELOG.md b/Packages/src/CHANGELOG.md index 5a7bebf45..a39c0734e 100644 --- a/Packages/src/CHANGELOG.md +++ b/Packages/src/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [3.0.0-beta.9](https://github.com/hatayama/unity-cli-loop/compare/v3.0.0-beta.8...v3.0.0-beta.9) (2026-05-16) + + +### Features + +* uloop can uninstall its global command from terminal and Settings ([#1135](https://github.com/hatayama/unity-cli-loop/issues/1135)) ([4122d57](https://github.com/hatayama/unity-cli-loop/commit/4122d57eb79cbe491c633063b99e22484816d355)) + + +### Bug Fixes + +* Setup can update the CLI on older Windows PowerShell ([#1133](https://github.com/hatayama/unity-cli-loop/issues/1133)) ([6601ed3](https://github.com/hatayama/unity-cli-loop/commit/6601ed3af6cb89d18ff7dfee25148b4ad351ea21)) + ## [3.0.0-beta.8](https://github.com/hatayama/unity-cli-loop/compare/v3.0.0-beta.7...v3.0.0-beta.8) (2026-05-15) diff --git a/Packages/src/Cli~/CHANGELOG.md b/Packages/src/Cli~/CHANGELOG.md index 58653be08..7e8f463b2 100644 --- a/Packages/src/Cli~/CHANGELOG.md +++ b/Packages/src/Cli~/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.0.0-beta.8](https://github.com/hatayama/unity-cli-loop/compare/cli-v3.0.0-beta.7...cli-v3.0.0-beta.8) (2026-05-16) + + +### Features + +* uloop can uninstall its global command from terminal and Settings ([#1135](https://github.com/hatayama/unity-cli-loop/issues/1135)) ([4122d57](https://github.com/hatayama/unity-cli-loop/commit/4122d57eb79cbe491c633063b99e22484816d355)) + ## [3.0.0-beta.7](https://github.com/hatayama/unity-cli-loop/compare/cli-v3.0.0-beta.6...cli-v3.0.0-beta.7) (2026-05-11) diff --git a/Packages/src/package.json b/Packages/src/package.json index bd9f70316..7fd194478 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.8", + "version": "3.0.0-beta.9", "displayName": "Unity CLI Loop", "description": "AI-driven development loop for Unity via CLI.", "unity": "2022.3",