Releases: bytecodealliance/wasmtime
Releases · bytecodealliance/wasmtime
v0.37.0: Release Wasmtime 0.37.0 (#4169)
* Release Wasmtime 0.37.0 [automatically-tag-and-release-this-commit] * Fix CI for Rust 1.61.0 (#4164) A new version of rustc was released this morning and we have a few small breakages on our CI which need fixing: * A new warning was coming out of the c-api crate about an unneeded `unsafe` block. * The panic message of a task in `cranelift-object` needed updating since the standard library changed how it formats strings with the nul byte. * Undo accidental spec testsuite update Need to fix the publish script to prevent this from happening again. Co-authored-by: Wasmtime Publish <[email protected]> Co-authored-by: Alex Crichton <[email protected]>
v0.36.0: Release Wasmtime 0.36.0 (#4058)
[automatically-tag-and-release-this-commit] Co-authored-by: Wasmtime Publish <[email protected]>
v0.35.3: Release notes and version bumps for 0.35.3. (#4014)
* Release notes for 0.35.3. * Bumped all crate versions for Wasmtime 0.35.3 / Cranelift 0.82.3 patch release. [automatically-tag-and-release-this-commit]
v0.35.2: Release Wasmtime 0.35.2 (#3985)
* Bump Wasmtime to 0.35.2 [automatically-tag-and-release-this-commit] * Add release notes for 0.35.2 Co-authored-by: Wasmtime Publish <[email protected]> Co-authored-by: Nick Fitzgerald <[email protected]>
v0.34.2: Release Wasmtime 0.34.2 (#3984)
* Bump Wasmtime to 0.34.2 [automatically-tag-and-release-this-commit] * Add release notes for 0.34.2 * Disable stack overflow tests on Windows This test is disabled on Windows because we determined it is too risky to back port https://github.com/bytecodealliance/wasmtime/pull/3861 to the 0.34.x release branch. * Switch back to windows-2019 on CI (#3854) Looks like windows-2022 is failing, let's perhaps pin for now? Co-authored-by: Wasmtime Publish <[email protected]> Co-authored-by: Nick Fitzgerald <[email protected]> Co-authored-by: Alex Crichton <[email protected]>
v0.35.1: Bump Wasmtime to 0.35.1 (#3911)
[automatically-tag-and-release-this-commit] Co-authored-by: Wasmtime Publish <[email protected]>
v0.35.0: Bump Wasmtime to 0.35.0 (#3885)
[automatically-tag-and-release-this-commit] Co-authored-by: Wasmtime Publish <[email protected]>
v0.34.1: Release Wasmtime 0.34.1 (#3812)
* Bump Wasmtime to 0.34.1 [automatically-tag-and-release-this-commit] * Update RELEASES for 0.34.1. Co-authored-by: Wasmtime Publish <[email protected]> Co-authored-by: Peter Huene <[email protected]>
v0.33.1: Release Wasmtime 0.33.1 (#3813)
* Bump Wasmtime to 0.33.1 [automatically-tag-and-release-this-commit] * Update RELEASES for 0.33.1. * Try to fix CI for Rust 1.58 (#3689) PATH lookup for WIndows command execution was tweaked slightly to not search the cwd, so let's see if this fixes things... Co-authored-by: Wasmtime Publish <[email protected]> Co-authored-by: Peter Huene <[email protected]> Co-authored-by: Alex Crichton <[email protected]>
v0.34.0: Release Wasmtime 0.34.0 (#3768)
* Bump Wasmtime to 0.34.0 [automatically-tag-and-release-this-commit] * Add release notes for 0.34.0 * Update release date to today Co-authored-by: Wasmtime Publish <[email protected]> Co-authored-by: Alex Crichton <[email protected]>