Skip to content
Merged
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
6 changes: 3 additions & 3 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"Packages/src": "3.0.0-beta.50",
"cli/dispatcher": "3.1.0-beta.13",
"cli/project-runner": "3.0.0-beta.48"
"Packages/src": "3.0.0-beta.51",
"cli/dispatcher": "3.1.0-beta.14",
"cli/project-runner": "3.0.0-beta.49"
}
2 changes: 1 addition & 1 deletion .uloop/project-runner-pin.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"dispatcherArchiveManifest": "0797991e11d66a62b757aec29276967d2c5c790641bd2c3684f5a5cb03ca9807 uloop-dispatcher-windows-amd64.zip\n5f2b897bf51e672afb2ad36d8b53db538b8e1522075f4baa2544222ab4e4f9ea uloop-dispatcher-windows-amd64.zip.sha256\n84ce1c29acb6bff71cea328417c98373e6ce8f2971ed07742581c5b1ec2620ae uloop-dispatcher-darwin-arm64.tar.gz\n88bfd28b0996efe9dc1276b74c31bb9f49016e43d4bc243a47a195a7be5d179b uloop-dispatcher-darwin-amd64.tar.gz\n957aec1660b2d0095f5989e0c7058b9fc255ff92f42a0730a8d8f3c9b35ecea6 uloop-dispatcher-darwin-amd64.tar.gz.sha256\n99a70cdb8b8b1b985cb3260ad0da6c8c5fda3a46e5272c43d566e7c4009d5ae2 install.ps1\nc65d5134647e1a522b3b40a96e8b219862348c5865c15bedc6a0a046232e5ab0 install.sh\nd3c8f08c97e1c1cefdcc8c473d05ea0c094a39ff93f5ba69c816f3b3620df924 uloop-dispatcher-darwin-arm64.tar.gz.sha256",
"dispatcherReleaseTag": "dispatcher-v3.0.1-beta.6",
"minimumDispatcherVersion": "3.0.1-beta.6",
"projectRunnerVersion": "3.0.0-beta.48"
"projectRunnerVersion": "3.0.0-beta.49"
}
7 changes: 7 additions & 0 deletions Packages/src/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [3.0.0-beta.51](https://github.com/hatayama/unity-cli-loop/compare/v3.0.0-beta.50...v3.0.0-beta.51) (2026-07-17)


### Bug Fixes

* make Windows v3 workflows reliable ([#1818](https://github.com/hatayama/unity-cli-loop/issues/1818)) ([21eae0a](https://github.com/hatayama/unity-cli-loop/commit/21eae0a96af05355cbf57eb3ab98dd7388fc7b2a))

## [3.0.0-beta.50](https://github.com/hatayama/unity-cli-loop/compare/v3.0.0-beta.49...v3.0.0-beta.50) (2026-07-15)


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.50",
"version": "3.0.0-beta.51",
"displayName": "Unity CLI Loop",
"description": "AI-driven development loop for Unity via CLI.",
"unity": "2022.3",
Expand Down
2 changes: 1 addition & 1 deletion Packages/src/project-runner-pin.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"dispatcherArchiveManifest": "0797991e11d66a62b757aec29276967d2c5c790641bd2c3684f5a5cb03ca9807 uloop-dispatcher-windows-amd64.zip\n5f2b897bf51e672afb2ad36d8b53db538b8e1522075f4baa2544222ab4e4f9ea uloop-dispatcher-windows-amd64.zip.sha256\n84ce1c29acb6bff71cea328417c98373e6ce8f2971ed07742581c5b1ec2620ae uloop-dispatcher-darwin-arm64.tar.gz\n88bfd28b0996efe9dc1276b74c31bb9f49016e43d4bc243a47a195a7be5d179b uloop-dispatcher-darwin-amd64.tar.gz\n957aec1660b2d0095f5989e0c7058b9fc255ff92f42a0730a8d8f3c9b35ecea6 uloop-dispatcher-darwin-amd64.tar.gz.sha256\n99a70cdb8b8b1b985cb3260ad0da6c8c5fda3a46e5272c43d566e7c4009d5ae2 install.ps1\nc65d5134647e1a522b3b40a96e8b219862348c5865c15bedc6a0a046232e5ab0 install.sh\nd3c8f08c97e1c1cefdcc8c473d05ea0c094a39ff93f5ba69c816f3b3620df924 uloop-dispatcher-darwin-arm64.tar.gz.sha256",
"dispatcherReleaseTag": "dispatcher-v3.0.1-beta.6",
"minimumDispatcherVersion": "3.0.1-beta.6",
"projectRunnerVersion": "3.0.0-beta.48"
"projectRunnerVersion": "3.0.0-beta.49"
}
2 changes: 1 addition & 1 deletion cli/common/clicontract/contract.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"protocolVersion": 4,
"projectRunnerVersion": "3.0.0-beta.48"
"projectRunnerVersion": "3.0.0-beta.49"
}
14 changes: 14 additions & 0 deletions cli/dispatcher/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [3.1.0-beta.14](https://github.com/hatayama/unity-cli-loop/compare/dispatcher-v3.1.0-beta.13...dispatcher-v3.1.0-beta.14) (2026-07-17)


### Features

* Delegate V2 projects through the V3 dispatcher ([#1807](https://github.com/hatayama/unity-cli-loop/issues/1807)) ([3882b19](https://github.com/hatayama/unity-cli-loop/commit/3882b1913184dcbce0f94f6e5b6cf806b7405eb1))


### Bug Fixes

* make Windows v3 workflows reliable ([#1818](https://github.com/hatayama/unity-cli-loop/issues/1818)) ([21eae0a](https://github.com/hatayama/unity-cli-loop/commit/21eae0a96af05355cbf57eb3ab98dd7388fc7b2a))
* Project commands now work from paths containing glob characters ([#1810](https://github.com/hatayama/unity-cli-loop/issues/1810)) ([c56843a](https://github.com/hatayama/unity-cli-loop/commit/c56843a11e7e794d27c378dbaddeac90bf87be75))
* V2 delegation now recognizes SCP Git dependencies with path queries ([#1811](https://github.com/hatayama/unity-cli-loop/issues/1811)) ([b42f918](https://github.com/hatayama/unity-cli-loop/commit/b42f91857c51556102a35514da89c305d3feb1bf))

## [3.1.0-beta.13](https://github.com/hatayama/unity-cli-loop/compare/dispatcher-v3.0.1-beta.13...dispatcher-v3.1.0-beta.13) (2026-07-15)


Expand Down
2 changes: 1 addition & 1 deletion cli/dispatcher/dispatchercontract/dispatcher-contract.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"dispatcherVersion": "3.1.0-beta.13"
"dispatcherVersion": "3.1.0-beta.14"
}
12 changes: 12 additions & 0 deletions cli/project-runner/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [3.0.0-beta.49](https://github.com/hatayama/unity-cli-loop/compare/uloop-project-runner-v3.0.0-beta.48...uloop-project-runner-v3.0.0-beta.49) (2026-07-17)


### Features

* Delegate V2 projects through the V3 dispatcher ([#1807](https://github.com/hatayama/unity-cli-loop/issues/1807)) ([3882b19](https://github.com/hatayama/unity-cli-loop/commit/3882b1913184dcbce0f94f6e5b6cf806b7405eb1))


### Bug Fixes

* make Windows v3 workflows reliable ([#1818](https://github.com/hatayama/unity-cli-loop/issues/1818)) ([21eae0a](https://github.com/hatayama/unity-cli-loop/commit/21eae0a96af05355cbf57eb3ab98dd7388fc7b2a))

## [3.0.0-beta.48](https://github.com/hatayama/unity-cli-loop/compare/uloop-project-runner-v3.0.0-beta.47...uloop-project-runner-v3.0.0-beta.48) (2026-07-15)


Expand Down
Loading