diff --git a/.release-please-manifest.json b/.release-please-manifest.json index dbf6c61a..a06f55f6 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{"turbo/apps/cli":"5.7.0","turbo/packages/core":"4.6.0","turbo/apps/web":"9.12.0","turbo/apps/docs":"0.17.0","turbo/apps/runner":"2.8.5","turbo/apps/platform":"0.10.2"} +{"turbo/apps/cli":"5.7.0","turbo/packages/core":"4.6.0","turbo/apps/web":"9.12.1","turbo/apps/docs":"0.17.0","turbo/apps/runner":"2.9.0","turbo/apps/platform":"0.10.2"} diff --git a/turbo/apps/runner/CHANGELOG.md b/turbo/apps/runner/CHANGELOG.md index 99a3bd16..f65481d5 100644 --- a/turbo/apps/runner/CHANGELOG.md +++ b/turbo/apps/runner/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.9.0](https://github.com/vm0-ai/vm0/compare/runner-v2.8.5...runner-v2.9.0) (2026-01-17) + + +### Features + +* **runner:** add preflight connectivity check before agent execution ([#1292](https://github.com/vm0-ai/vm0/issues/1292)) ([76f3ebb](https://github.com/vm0-ai/vm0/commit/76f3ebbfda3281541a828236f332588358566433)) + ## [2.8.5](https://github.com/vm0-ai/vm0/compare/runner-v2.8.4...runner-v2.8.5) (2026-01-15) diff --git a/turbo/apps/runner/package.json b/turbo/apps/runner/package.json index 1dfef879..3f7fe414 100644 --- a/turbo/apps/runner/package.json +++ b/turbo/apps/runner/package.json @@ -1,6 +1,6 @@ { "name": "@vm0/runner", - "version": "2.8.5", + "version": "2.9.0", "private": true, "description": "Self-hosted runner for VM0 agents", "repository": { diff --git a/turbo/apps/web/CHANGELOG.md b/turbo/apps/web/CHANGELOG.md index e61e270d..dbb7506b 100644 --- a/turbo/apps/web/CHANGELOG.md +++ b/turbo/apps/web/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [9.12.1](https://github.com/vm0-ai/vm0/compare/web-v9.12.0...web-v9.12.1) (2026-01-17) + + +### Performance Improvements + +* **db:** add missing indexes for high-frequency queries ([#1286](https://github.com/vm0-ai/vm0/issues/1286)) ([c0ae99c](https://github.com/vm0-ai/vm0/commit/c0ae99c504202f5e6988255696de47277b1d5a1f)), closes [#1284](https://github.com/vm0-ai/vm0/issues/1284) + ## [9.12.0](https://github.com/vm0-ai/vm0/compare/web-v9.11.0...web-v9.12.0) (2026-01-15) diff --git a/turbo/apps/web/package.json b/turbo/apps/web/package.json index 3257405f..bc237c6b 100644 --- a/turbo/apps/web/package.json +++ b/turbo/apps/web/package.json @@ -1,6 +1,6 @@ { "name": "web", - "version": "9.12.0", + "version": "9.12.1", "type": "module", "private": true, "scripts": {