Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Forward-port some release notes to main #8357

Merged
merged 2 commits into from
Apr 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 48 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,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 @@ -133,6 +149,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 @@ -218,6 +252,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