Skip to content

Releases: bytecodealliance/wasmtime

v1.0.0: Release Wasmtime 1.0.0 (#4930)

20 Sep 16:05
9db8498
Compare
Choose a tag to compare
[automatically-tag-and-release-this-commit]

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

v0.40.1: Release Wasmtime 0.40.1 (#4835)

31 Aug 21:30
190148a
Compare
Choose a tag to compare
[automatically-tag-and-release-this-commit]

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

v0.40.0: Release Wasmtime 0.40.0 (#4744)

22 Aug 18:47
3615f94
Compare
Choose a tag to compare
[automatically-tag-and-release-this-commit]

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

v0.39.1: Release Wasmtime 0.39.1 (#4493)

21 Jul 02:07
19b5436
Compare
Choose a tag to compare
[automatically-tag-and-release-this-commit]

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

v0.39.0: Release Wasmtime 0.39.0 (#4472)

20 Jul 18:20
c780594
Compare
Choose a tag to compare
[automatically-tag-and-release-this-commit]

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

v0.38.3: Release Wasmtime 0.38.3 (#4492)

21 Jul 01:47
f136210
Compare
Choose a tag to compare
[automatically-tag-and-release-this-commit]

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

v0.38.2: Release Wasmtime 0.38.2 (#4482)

20 Jul 20:10
486c88b
Compare
Choose a tag to compare
* Release Wasmtime 0.38.2

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

* Add release notes

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

v0.38.1: Release Wasmtime 0.38.1 (#4339)

27 Jun 22:27
9e2adfb
Compare
Choose a tag to compare
* Release Wasmtime 0.38.1

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

* Update relnotes

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

v0.38.0: Release Wasmtime 0.38.0 (#4288)

21 Jun 15:09
99c6463
Compare
Choose a tag to compare
* Release Wasmtime 0.38.0

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

* Update release date

* Update release notes for 0.38.0 (#4227)

* Update release notes for 0.38.0

* Fix a typo

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

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