From 386edb439459b5b6220b466a23b495defc42b753 Mon Sep 17 00:00:00 2001 From: w Date: Mon, 31 Aug 2026 16:20:09 -0400 Subject: [PATCH] chore(release): prepare v0.1.6 --- Cargo.lock | 10 +++++----- Cargo.toml | 2 +- js/packages/pvm-browser-runtime/SOURCE | 2 +- js/packages/pvm-browser-runtime/package.json | 2 +- package-lock.json | 6 +++--- package.json | 2 +- rust/crates/pvm-assets-export/Cargo.toml | 4 ++-- rust/crates/pvm-gpu-wire/Cargo.toml | 2 +- rust/crates/pvm-motion-wire/Cargo.toml | 2 +- rust/crates/pvm-runtime-assets/Cargo.toml | 2 +- rust/crates/pvm-runtime/Cargo.toml | 6 +++--- 11 files changed, 20 insertions(+), 20 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 25dd08d..67746ec 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -457,22 +457,22 @@ dependencies = [ [[package]] name = "pvm-assets-export" -version = "0.1.5" +version = "0.1.6" dependencies = [ "pvm-runtime-assets", ] [[package]] name = "pvm-gpu-wire" -version = "0.1.5" +version = "0.1.6" [[package]] name = "pvm-motion-wire" -version = "0.1.5" +version = "0.1.6" [[package]] name = "pvm-runtime" -version = "0.1.5" +version = "0.1.6" dependencies = [ "anyhow", "log", @@ -492,7 +492,7 @@ dependencies = [ [[package]] name = "pvm-runtime-assets" -version = "0.1.5" +version = "0.1.6" dependencies = [ "sha2", ] diff --git a/Cargo.toml b/Cargo.toml index 10d53c2..a091bae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ members = [ ] [workspace.package] -version = "0.1.5" +version = "0.1.6" edition = "2021" license = "MPL-2.0" repository = "https://github.com/paritytech/pvm-host-runtime" diff --git a/js/packages/pvm-browser-runtime/SOURCE b/js/packages/pvm-browser-runtime/SOURCE index 32cc162..cf53e94 100644 --- a/js/packages/pvm-browser-runtime/SOURCE +++ b/js/packages/pvm-browser-runtime/SOURCE @@ -1,6 +1,6 @@ PolkaVM App v2 browser runtime Source repository: https://github.com/paritytech/pvm-host-runtime -Release tag: v0.1.5 +Release tag: v0.1.6 Rust crate: rust/crates/pvm-runtime GPU wire crate: rust/crates/pvm-gpu-wire PolkaVM native revision: e06cce9da5c6d3f72458168876ea304e27992094 diff --git a/js/packages/pvm-browser-runtime/package.json b/js/packages/pvm-browser-runtime/package.json index b1e4e24..e0e7291 100644 --- a/js/packages/pvm-browser-runtime/package.json +++ b/js/packages/pvm-browser-runtime/package.json @@ -1,6 +1,6 @@ { "name": "@parity/pvm-browser-runtime", - "version": "0.1.5", + "version": "0.1.6", "description": "Host-neutral PolkaVM App v2 browser runtime artifacts", "license": "MPL-2.0", "type": "module", diff --git a/package-lock.json b/package-lock.json index bd4c6b7..d107a45 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "pvm-host-runtime-workspace", - "version": "0.1.5", + "version": "0.1.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "pvm-host-runtime-workspace", - "version": "0.1.5", + "version": "0.1.6", "license": "MPL-2.0", "workspaces": [ "js/packages/*" @@ -17,7 +17,7 @@ }, "js/packages/pvm-browser-runtime": { "name": "@parity/pvm-browser-runtime", - "version": "0.1.5", + "version": "0.1.6", "license": "MPL-2.0", "engines": { "node": ">=22" diff --git a/package.json b/package.json index 31587bb..9b38db9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "pvm-host-runtime-workspace", "private": true, - "version": "0.1.5", + "version": "0.1.6", "description": "Host-neutral PolkaVM application runtime workspace", "license": "MPL-2.0", "type": "module", diff --git a/rust/crates/pvm-assets-export/Cargo.toml b/rust/crates/pvm-assets-export/Cargo.toml index 7c09e0c..c2288ac 100644 --- a/rust/crates/pvm-assets-export/Cargo.toml +++ b/rust/crates/pvm-assets-export/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pvm-assets-export" -version = "0.1.5" +version = "0.1.6" edition = "2021" description = "Exports host-neutral PolkaVM browser runtime assets" license = "MPL-2.0" @@ -8,4 +8,4 @@ repository = "https://github.com/paritytech/pvm-host-runtime" publish = false [dependencies] -pvm-runtime-assets = { version = "0.1.5", path = "../pvm-runtime-assets" } +pvm-runtime-assets = { version = "0.1.6", path = "../pvm-runtime-assets" } diff --git a/rust/crates/pvm-gpu-wire/Cargo.toml b/rust/crates/pvm-gpu-wire/Cargo.toml index a9162b3..2ff97a4 100644 --- a/rust/crates/pvm-gpu-wire/Cargo.toml +++ b/rust/crates/pvm-gpu-wire/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pvm-gpu-wire" -version = "0.1.5" +version = "0.1.6" edition = "2021" description = "Bounded host-neutral WebGPU Raster wire protocol for PolkaVM applications" license = "MPL-2.0" diff --git a/rust/crates/pvm-motion-wire/Cargo.toml b/rust/crates/pvm-motion-wire/Cargo.toml index 8b07022..b28c0d9 100644 --- a/rust/crates/pvm-motion-wire/Cargo.toml +++ b/rust/crates/pvm-motion-wire/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pvm-motion-wire" -version = "0.1.5" +version = "0.1.6" edition = "2021" description = "Versioned host-neutral motion sample wire protocol for PolkaVM applications" license = "MPL-2.0" diff --git a/rust/crates/pvm-runtime-assets/Cargo.toml b/rust/crates/pvm-runtime-assets/Cargo.toml index ef59cd7..f67b133 100644 --- a/rust/crates/pvm-runtime-assets/Cargo.toml +++ b/rust/crates/pvm-runtime-assets/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pvm-runtime-assets" -version = "0.1.5" +version = "0.1.6" edition = "2021" description = "Source-built browser assets for the host-neutral PolkaVM runtime" license = "MPL-2.0" diff --git a/rust/crates/pvm-runtime/Cargo.toml b/rust/crates/pvm-runtime/Cargo.toml index 13e2d77..f62419c 100644 --- a/rust/crates/pvm-runtime/Cargo.toml +++ b/rust/crates/pvm-runtime/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pvm-runtime" -version = "0.1.5" +version = "0.1.6" edition = "2021" description = "Host-neutral App manifest v2 PolkaVM runtime and browser execution wrapper" license = "MPL-2.0" @@ -16,8 +16,8 @@ ffi = ["dep:thiserror", "dep:uniffi"] [dependencies] anyhow = "1" log = "0.4" -pvm-gpu-wire = { version = "0.1.5", path = "../pvm-gpu-wire" } -pvm-motion-wire = { version = "0.1.5", path = "../pvm-motion-wire" } +pvm-gpu-wire = { version = "0.1.6", path = "../pvm-gpu-wire" } +pvm-motion-wire = { version = "0.1.6", path = "../pvm-motion-wire" } serde = { version = "1", features = ["derive"] } serde_json = "1" wasm-encoder = "0.240"