diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index 9404b88..c2544cb 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -1,5 +1,9 @@ # arcrun CLI Changelog +## 1.3.8 — 2026-06-13 +- perf(self-hosted): acr update 共享一次 install 取代 23 個 worker 各裝 324MB + + ## 1.3.7 — 2026-06-13 - feat(self-hosted): acr update 內容指紋跳過未變動 worker(22 個沒變的不再白跑)+ --force 強制全部重部 diff --git a/cli/package-lock.json b/cli/package-lock.json index 3e0364d..6680c22 100644 --- a/cli/package-lock.json +++ b/cli/package-lock.json @@ -1,12 +1,12 @@ { "name": "arcrun", - "version": "1.3.7", + "version": "1.3.8", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "arcrun", - "version": "1.3.7", + "version": "1.3.8", "license": "MIT", "dependencies": { "chalk": "^5.3.0", diff --git a/cli/package.json b/cli/package.json index e4baab8..70620d0 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "arcrun", - "version": "1.3.7", + "version": "1.3.8", "description": "AI Workflow CLI for arcrun — self-host WASM-based AI workflows on your own Cloudflare", "bin": { "acr": "dist/index.js"