From ed5a5acc71ea9c30c616fc23cab047be38e0f141 Mon Sep 17 00:00:00 2001 From: Lann Martin Date: Sat, 5 Sep 2026 00:50:15 -0400 Subject: [PATCH] =?UTF-8?q?manifests:=200.6.4=20=E2=80=94=20the=20next=20r?= =?UTF-8?q?elease,=20following=20the=20v0.6.3=20cut?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The four lockstep manifests plus RUNTIME_VERSION (runtime/src/embedder/copy.ts). Protocol stays at 0.3.1. --- 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 7e2d89d..06a49cf 100644 --- a/ct-runner/deno.json +++ b/ct-runner/deno.json @@ -1,6 +1,6 @@ { "name": "@polyengine/ct-runner", - "version": "0.6.3", + "version": "0.6.4", "exports": { ".": "./src/mod.ts" }, diff --git a/runtime/deno.json b/runtime/deno.json index b082ecd..52f8884 100644 --- a/runtime/deno.json +++ b/runtime/deno.json @@ -1,6 +1,6 @@ { "name": "@polyengine/runtime", - "version": "0.6.3", + "version": "0.6.4", "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 e5cc617..53a3d3a 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 module identity multi-copy diagnostics; not * host-facing. */ -export const RUNTIME_VERSION = "0.6.3"; +export const RUNTIME_VERSION = "0.6.4"; /** * Compose a cross-copy diagnostic: what was foreign, which copy is speaking, diff --git a/translator/deno.json b/translator/deno.json index e451edc..002873d 100644 --- a/translator/deno.json +++ b/translator/deno.json @@ -1,6 +1,6 @@ { "name": "@polyengine/translator", - "version": "0.6.3", + "version": "0.6.4", "exports": { ".": "./mod.ts" }, diff --git a/wasi/deno.json b/wasi/deno.json index 922fce2..33104c8 100644 --- a/wasi/deno.json +++ b/wasi/deno.json @@ -1,6 +1,6 @@ { "name": "@polyengine/wasi", - "version": "0.6.3", + "version": "0.6.4", "exports": { ".": "./src/mod.ts", "./cli": "./src/cli.ts",