diff --git a/.changeset/fix-checkpoint-runid.md b/.changeset/fix-checkpoint-runid.md deleted file mode 100644 index 1a2d9f7f..00000000 --- a/.changeset/fix-checkpoint-runid.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@perstack/runtime": patch ---- - -Fix: Use setting.runId for continued checkpoints instead of inheriting from previous checkpoint diff --git a/apps/perstack/CHANGELOG.md b/apps/perstack/CHANGELOG.md index f1980a72..14c2cdd4 100644 --- a/apps/perstack/CHANGELOG.md +++ b/apps/perstack/CHANGELOG.md @@ -1,5 +1,12 @@ # perstack +## 0.0.72 + +### Patch Changes + +- Updated dependencies [[`b2272db`](https://github.com/perstack-ai/perstack/commit/b2272db1af77f656f1b442bc5fd41ad8ee71df47)]: + - @perstack/runtime@0.0.90 + ## 0.0.71 ### Patch Changes diff --git a/apps/perstack/package.json b/apps/perstack/package.json index 8926024b..ac25bb15 100644 --- a/apps/perstack/package.json +++ b/apps/perstack/package.json @@ -1,6 +1,6 @@ { "name": "perstack", - "version": "0.0.71", + "version": "0.0.72", "description": "PerStack CLI", "author": "Wintermute Technologies, Inc.", "license": "Apache-2.0", diff --git a/apps/runtime/CHANGELOG.md b/apps/runtime/CHANGELOG.md index 64320e3e..0af4fe4f 100644 --- a/apps/runtime/CHANGELOG.md +++ b/apps/runtime/CHANGELOG.md @@ -1,5 +1,11 @@ # @perstack/runtime +## 0.0.90 + +### Patch Changes + +- [#447](https://github.com/perstack-ai/perstack/pull/447) [`b2272db`](https://github.com/perstack-ai/perstack/commit/b2272db1af77f656f1b442bc5fd41ad8ee71df47) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - Fix: Use setting.runId for continued checkpoints instead of inheriting from previous checkpoint + ## 0.0.89 ### Patch Changes diff --git a/apps/runtime/package.json b/apps/runtime/package.json index bb0def32..55779949 100644 --- a/apps/runtime/package.json +++ b/apps/runtime/package.json @@ -1,6 +1,6 @@ { "name": "@perstack/runtime", - "version": "0.0.89", + "version": "0.0.90", "description": "Perstack Runtime", "author": "Wintermute Technologies, Inc.", "license": "Apache-2.0", diff --git a/packages/runner/CHANGELOG.md b/packages/runner/CHANGELOG.md index d239850a..dd3092a0 100644 --- a/packages/runner/CHANGELOG.md +++ b/packages/runner/CHANGELOG.md @@ -1,5 +1,12 @@ # @perstack/runner +## 0.0.16 + +### Patch Changes + +- Updated dependencies [[`b2272db`](https://github.com/perstack-ai/perstack/commit/b2272db1af77f656f1b442bc5fd41ad8ee71df47)]: + - @perstack/runtime@0.0.90 + ## 0.0.15 ### Patch Changes diff --git a/packages/runner/package.json b/packages/runner/package.json index 1ace15be..f28187eb 100644 --- a/packages/runner/package.json +++ b/packages/runner/package.json @@ -1,6 +1,6 @@ { "private": true, - "version": "0.0.15", + "version": "0.0.16", "name": "@perstack/runner", "description": "Perstack Runner - Multi-runtime adapter orchestration", "author": "Wintermute Technologies, Inc.",