Skip to content

Releases: bytecodealliance/wasmtime

v0.37.0: Release Wasmtime 0.37.0 (#4169)

20 May 14:47
e54c805
Compare
Choose a tag to compare
* 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)

20 Apr 19:37
c0e58a1
Compare
Choose a tag to compare
[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)

11 Apr 19:29
7f69a7d
Compare
Choose a tag to compare
* 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)

31 Mar 20:08
59bfe50
Compare
Choose a tag to compare
* 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)

31 Mar 21:35
1fa25ca
Compare
Choose a tag to compare
* 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)

09 Mar 22:19
5b09b74
Compare
Choose a tag to compare
[automatically-tag-and-release-this-commit]

Co-authored-by: Wasmtime Publish <[email protected]>

v0.35.0: Bump Wasmtime to 0.35.0 (#3885)

07 Mar 21:46
9137b4a
Compare
Choose a tag to compare
[automatically-tag-and-release-this-commit]

Co-authored-by: Wasmtime Publish <[email protected]>

v0.34.1: Release Wasmtime 0.34.1 (#3812)

16 Feb 19:10
44c0853
Compare
Choose a tag to compare
* 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)

16 Feb 21:11
5215c78
Compare
Choose a tag to compare
* 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)

08 Feb 01:56
39b88e4
Compare
Choose a tag to compare
* 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]>