Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
".": "3.0.0-beta.45",
"cli": "3.0.0-beta.43"
".": "3.0.0-beta.46",
"cli": "3.0.0-beta.44"
}
4 changes: 2 additions & 2 deletions .uloop/project-runner-pin.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"projectRunnerVersion": "3.0.0-beta.43",
"projectRunnerVersion": "3.0.0-beta.44",
"minimumDispatcherVersion": "3.0.1-beta.6",
"packageName": "io.github.hatayama.uloopmcp",
"packageVersion": "3.0.0-beta.45",
"packageVersion": "3.0.0-beta.46",
"requiredProtocolVersion": 3,
"schemaVersion": 1
}
9 changes: 9 additions & 0 deletions Packages/src/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [3.0.0-beta.46](https://github.com/hatayama/unity-cli-loop/compare/v3.0.0-beta.45...v3.0.0-beta.46) (2026-06-29)


### Bug Fixes

* Release PRs explain release component roles ([#1437](https://github.com/hatayama/unity-cli-loop/issues/1437)) ([a2824fa](https://github.com/hatayama/unity-cli-loop/commit/a2824fafd88dc5b2e263f6cded15856fe61a31bd))
* Skill updates no longer show a completion dialog ([#1432](https://github.com/hatayama/unity-cli-loop/issues/1432)) ([b99fb41](https://github.com/hatayama/unity-cli-loop/commit/b99fb41c1d78512804a4b71fe98b6eedef8575a1))
* Windows update checks no longer interrupt routine commands ([#1434](https://github.com/hatayama/unity-cli-loop/issues/1434)) ([02ce6cc](https://github.com/hatayama/unity-cli-loop/commit/02ce6cc3dbeb92360ebcd5c5318eae6b9ca87c7c))

## [3.0.0-beta.45](https://github.com/hatayama/unity-cli-loop/compare/v3.0.0-beta.44...v3.0.0-beta.45) (2026-06-29)


Expand Down
2 changes: 1 addition & 1 deletion Packages/src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "io.github.hatayama.uloopmcp",
"version": "3.0.0-beta.45",
"version": "3.0.0-beta.46",
"displayName": "Unity CLI Loop",
"description": "AI-driven development loop for Unity via CLI.",
"unity": "2022.3",
Expand Down
4 changes: 2 additions & 2 deletions Packages/src/project-runner-pin.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"projectRunnerVersion": "3.0.0-beta.43",
"projectRunnerVersion": "3.0.0-beta.44",
"minimumDispatcherVersion": "3.0.1-beta.6",
"packageName": "io.github.hatayama.uloopmcp",
"packageVersion": "3.0.0-beta.45",
"packageVersion": "3.0.0-beta.46",
"requiredProtocolVersion": 3,
"schemaVersion": 1
}
7 changes: 7 additions & 0 deletions cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [3.0.0-beta.44](https://github.com/hatayama/unity-cli-loop/compare/uloop-project-runner-v3.0.0-beta.43...uloop-project-runner-v3.0.0-beta.44) (2026-06-29)


### Bug Fixes

* Windows update checks no longer interrupt routine commands ([#1434](https://github.com/hatayama/unity-cli-loop/issues/1434)) ([02ce6cc](https://github.com/hatayama/unity-cli-loop/commit/02ce6cc3dbeb92360ebcd5c5318eae6b9ca87c7c))

## [3.0.0-beta.43](https://github.com/hatayama/unity-cli-loop/compare/cli-v3.0.0-beta.42...cli-v3.0.0-beta.43) (2026-06-28)


Expand Down
2 changes: 1 addition & 1 deletion cli/contract.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"schemaVersion": 1,
"protocolVersion": 3,
"projectRunnerVersion": "3.0.0-beta.43"
"projectRunnerVersion": "3.0.0-beta.44"
}
2 changes: 1 addition & 1 deletion cli/internal/tools/default-tools.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.0.0-beta.43",
"version": "3.0.0-beta.44",
"tools": [
{
"name": "compile",
Expand Down