From b8d2f2d6b308e3f3ee2e8cd905a23aa5ca285d84 Mon Sep 17 00:00:00 2001 From: Steve Manuel Date: Thu, 29 Sep 2022 15:52:10 -0700 Subject: [PATCH] chore: bump versions for v0.0.1-rc.4 (#24) --- manifest/Cargo.toml | 2 +- node/package.json | 12 +++++++++--- python/pyproject.toml | 2 +- runtime/Cargo.toml | 4 ++-- rust/Cargo.toml | 4 ++-- 5 files changed, 15 insertions(+), 9 deletions(-) diff --git a/manifest/Cargo.toml b/manifest/Cargo.toml index c55fce7..08b4bab 100644 --- a/manifest/Cargo.toml +++ b/manifest/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "extism-manifest" -version = "0.0.1-rc.3" +version = "0.0.1-rc.4" edition = "2021" authors = ["The Extism Authors", "oss@extism.org"] license = "BSD-3-Clause" diff --git a/node/package.json b/node/package.json index ab1b270..e38ce4a 100644 --- a/node/package.json +++ b/node/package.json @@ -1,8 +1,14 @@ { "name": "@extism/extism", - "version": "0.0.1-rc.3", + "version": "0.0.1-rc.4", "description": "Extism Host SDK for Node", - "keywords": ["extism", "webassembly", "wasm", "plugins", "extension"], + "keywords": [ + "extism", + "webassembly", + "wasm", + "plugins", + "extension" + ], "author": "The Extism Authors ", "license": "BSD-3-Clause", "private": false, @@ -22,4 +28,4 @@ "publishConfig": { "access": "public" } -} +} \ No newline at end of file diff --git a/python/pyproject.toml b/python/pyproject.toml index 1967195..0eccb62 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "extism" -version = "0.0.1-rc.3" +version = "0.0.1-rc.4" description = "" authors = ["The Extism Authors "] license = "BSD-3-Clause" diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index a6889d1..864c46c 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "extism-runtime" -version = "0.0.1-rc.3" +version = "0.0.1-rc.4" edition = "2021" authors = ["The Extism Authors", "oss@extism.org"] license = "BSD-3-Clause" @@ -27,7 +27,7 @@ log4rs = "1.1" url = "2.3" glob = "0.3" ureq = {version = "2.5", optional=true} -extism-manifest = { version = "0.0.1-rc.3", path = "../manifest" } +extism-manifest = { version = "0.0.1-rc.4", path = "../manifest" } pretty-hex = { version = "0.3" } [features] diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 53c11af..d935ef1 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "extism" -version = "0.0.1-rc.3" +version = "0.0.1-rc.4" edition = "2021" authors = ["The Extism Authors", "oss@extism.org"] license = "BSD-3-Clause" @@ -10,6 +10,6 @@ repository = "https://github.com/extism/extism" description = "Extism Host SDK for Rust" [dependencies] -extism-manifest = { version = "0.0.1-rc.3", path = "../manifest" } +extism-manifest = { version = "0.0.1-rc.4", path = "../manifest" } serde_json = "1" log = "0.4" \ No newline at end of file