Skip to content

Releases: bytecodealliance/wasmtime

v0.35.3: Release notes and version bumps for 0.35.3. (#4014)

11 Apr 19:29
7f69a7d

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

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 <wasmtime-publish@users.noreply.github.com>
Co-authored-by: Nick Fitzgerald <fitzgen@gmail.com>

v0.34.2: Release Wasmtime 0.34.2 (#3984)

31 Mar 21:35
1fa25ca

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 <wasmtime-publish@users.noreply.github.com>
Co-authored-by: Nick Fitzgerald <fitzgen@gmail.com>
Co-authored-by: Alex Crichton <alex@alexcrichton.com>

v0.35.1: Bump Wasmtime to 0.35.1 (#3911)

09 Mar 22:19
5b09b74

Choose a tag to compare

[automatically-tag-and-release-this-commit]

Co-authored-by: Wasmtime Publish <wasmtime-publish@users.noreply.github.com>

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

07 Mar 21:46
9137b4a

Choose a tag to compare

[automatically-tag-and-release-this-commit]

Co-authored-by: Wasmtime Publish <wasmtime-publish@users.noreply.github.com>

v0.34.1: Release Wasmtime 0.34.1 (#3812)

16 Feb 19:10
44c0853

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 <wasmtime-publish@users.noreply.github.com>
Co-authored-by: Peter Huene <phuene@fastly.com>

v0.33.1: Release Wasmtime 0.33.1 (#3813)

16 Feb 21:11
5215c78

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 <wasmtime-publish@users.noreply.github.com>
Co-authored-by: Peter Huene <phuene@fastly.com>
Co-authored-by: Alex Crichton <alex@alexcrichton.com>

v0.34.0: Release Wasmtime 0.34.0 (#3768)

08 Feb 01:56
39b88e4

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 <wasmtime-publish@users.noreply.github.com>
Co-authored-by: Alex Crichton <alex@alexcrichton.com>

v0.33.0: Release Wasmtime 0.33.0 (#3648)

05 Jan 20:00
8043c1f

Choose a tag to compare

* Bump Wasmtime to 0.33.0

[automatically-tag-and-release-this-commit]

* Update relnotes for 0.33.0

* Wordsmithing relnotes

Co-authored-by: Wasmtime Publish <wasmtime-publish@users.noreply.github.com>
Co-authored-by: Alex Crichton <alex@alexcrichton.com>

v0.32.1: Release Wasmtime 0.32.1 (#3643)

04 Jan 21:33
309002b

Choose a tag to compare

* Bump Wasmtime to 0.32.1

[automatically-tag-and-release-this-commit]

* Update release date for 0.32.1.

* Run the "push tag" CI on all release branches (#3644)

This updates our `push-tag.yml` workflow to check all commits to
`release-*` branches in addition to the `main` branch for cmomits which
should be tagged.

Co-authored-by: Wasmtime Publish <wasmtime-publish@users.noreply.github.com>
Co-authored-by: Chris Fallin <chris@cfallin.org>
Co-authored-by: Alex Crichton <alex@alexcrichton.com>