From 0fb5e370e91f2a2da58e17fa8d76016fa97899d3 Mon Sep 17 00:00:00 2001 From: Chris Fallin Date: Fri, 13 Sep 2024 13:16:25 -0700 Subject: [PATCH] Version 0.3.1. This is another attempt at a release in the new repository location (bytecodealliance/weval) with fixed CI in #6 and #7 to actually generate binary artifacts. --- Cargo.lock | 2 +- Cargo.toml | 2 +- npm/weval/index.js | 2 +- npm/weval/package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 64a4b45..f46cd0f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2419,7 +2419,7 @@ dependencies = [ [[package]] name = "weval" -version = "0.3.0" +version = "0.3.1" dependencies = [ "anyhow", "bincode", diff --git a/Cargo.toml b/Cargo.toml index 327bf6f..f5b538c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "weval" description = "The WebAssembly partial evaluator" repository = "https://github.com/bytecodealliance/weval" -version = "0.3.0" +version = "0.3.1" authors = ["Chris Fallin "] license = "Apache-2.0 WITH LLVM-exception" edition = "2021" diff --git a/npm/weval/index.js b/npm/weval/index.js index a728187..56ce514 100644 --- a/npm/weval/index.js +++ b/npm/weval/index.js @@ -10,7 +10,7 @@ import decompressTar from 'decompress-tar'; import xz from '@napi-rs/lzma/xz'; const __dirname = dirname(fileURLToPath(import.meta.url)); -const TAG = "v0.3.0"; +const TAG = "v0.3.1"; async function getWeval() { const knownPlatforms = { diff --git a/npm/weval/package.json b/npm/weval/package.json index 1d255c7..4e295a2 100644 --- a/npm/weval/package.json +++ b/npm/weval/package.json @@ -1,6 +1,6 @@ { "name": "@bytecodealliance/weval", - "version": "0.3.0", + "version": "0.3.1", "description": "The WebAssembly partial evaluator", "type": "module", "scripts": {