Skip to content

Commit

Permalink
Forward-port some release notes to main (#8357)
Browse files Browse the repository at this point in the history
* Forward-port some release notes to main

* Review comments
  • Loading branch information
alexcrichton authored Apr 19, 2024
1 parent e170037 commit 6555982
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,22 @@ Unreleased.

--------------------------------------------------------------------------------

## 19.0.2

Released 2024-04-11.

* Fix a panic when compiling invalid components.
[#8323](https://github.com/bytecodealliance/wasmtime/issues/8323)

* Fix `bindgen!` with `trappable_error_type` using unversioned/versioned
packages.
[#8305](https://github.com/bytecodealliance/wasmtime/pull/8305)

* cranelift: Include clobbers and outgoing args in stack limit.
[#8301](https://github.com/bytecodealliance/wasmtime/pull/8301)

--------------------------------------------------------------------------------

## 19.0.1

Released 2024-04-02.
Expand Down Expand Up @@ -248,6 +264,24 @@ Released 2024-03-20

--------------------------------------------------------------------------------

## 18.0.4

Released 2024-04-11

### Fixed

* Fix `bindgen!` with `trappable_error_type` using unversioned/versioned
packages.
[#8305](https://github.com/bytecodealliance/wasmtime/pull/8305)

* cranelift: Include clobbers and outgoing args in stack limit.
[#8301](https://github.com/bytecodealliance/wasmtime/pull/8301)

* Fix a panic when compiling invalid components.
[#8323](https://github.com/bytecodealliance/wasmtime/issues/8323)

--------------------------------------------------------------------------------

## 18.0.3

Released 2024-03-12
Expand Down Expand Up @@ -333,6 +367,20 @@ Released 2024-02-20

--------------------------------------------------------------------------------

## 17.0.3

Released 2024-04-11

### Fixed

* cranelift: Include clobbers and outgoing args in stack limit.
[#8301](https://github.com/bytecodealliance/wasmtime/pull/8301)

* Fix a panic when compiling invalid components.
[#8323](https://github.com/bytecodealliance/wasmtime/issues/8323)

--------------------------------------------------------------------------------

## 17.0.2

Released 2024-02-28
Expand Down

0 comments on commit 6555982

Please sign in to comment.