From 0867c1f14ad5c022e87d80aa76812af6dfa6b037 Mon Sep 17 00:00:00 2001 From: Lann Martin Date: Sat, 22 Aug 2026 18:04:14 -0400 Subject: [PATCH] =?UTF-8?q?manifests:=200.4.1=20=E2=80=94=20the=20next=20r?= =?UTF-8?q?elease,=20following=20the=20v0.4.0=20cut?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The four lockstep manifests plus RUNTIME_VERSION (the A9 copy-identity constant; just test-runtime pins the sync). Protocol stays at 0.2.1, published by the cut. --- ct-runner/deno.json | 2 +- runtime/deno.json | 2 +- runtime/src/embedder/copy.ts | 2 +- translator/deno.json | 2 +- wasi/deno.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ct-runner/deno.json b/ct-runner/deno.json index 48313da..e751d4d 100644 --- a/ct-runner/deno.json +++ b/ct-runner/deno.json @@ -1,6 +1,6 @@ { "name": "@polyengine/ct-runner", - "version": "0.4.0", + "version": "0.4.1", "exports": { ".": "./src/mod.ts", "./imports": "./src/import-analysis.ts", diff --git a/runtime/deno.json b/runtime/deno.json index ac58a91..3631706 100644 --- a/runtime/deno.json +++ b/runtime/deno.json @@ -1,6 +1,6 @@ { "name": "@polyengine/runtime", - "version": "0.4.0", + "version": "0.4.1", "exports": { "./cache": "./src/cache/mod.ts", "./plan": "./src/plan/mod.ts", diff --git a/runtime/src/embedder/copy.ts b/runtime/src/embedder/copy.ts index 04803ed..5a9ec6b 100644 --- a/runtime/src/embedder/copy.ts +++ b/runtime/src/embedder/copy.ts @@ -32,7 +32,7 @@ export const COPY_URL: string = import.meta.url; * @internal — copy-identity constant for the A9 multi-copy diagnostics; not * host-facing. */ -export const RUNTIME_VERSION = "0.4.0"; +export const RUNTIME_VERSION = "0.4.1"; /** * Compose a cross-copy diagnostic: what was foreign, which copy is speaking, diff --git a/translator/deno.json b/translator/deno.json index 73b52a2..8dc7fd3 100644 --- a/translator/deno.json +++ b/translator/deno.json @@ -1,6 +1,6 @@ { "name": "@polyengine/translator", - "version": "0.4.0", + "version": "0.4.1", "exports": { ".": "./mod.ts" }, diff --git a/wasi/deno.json b/wasi/deno.json index d960a7d..7399f3c 100644 --- a/wasi/deno.json +++ b/wasi/deno.json @@ -1,6 +1,6 @@ { "name": "@polyengine/wasi", - "version": "0.4.0", + "version": "0.4.1", "exports": { ".": "./src/mod.ts", "./cli": "./src/cli.ts",