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

Release 5.0.5-rc1 #5322

Merged
merged 4 commits into from
Jan 3, 2025
Merged
Show file tree
Hide file tree
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
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,22 @@
Looking for changes that affect our C API? See the [C API Changelog](lib/c-api/CHANGELOG.md).


## **Unreleased**
## 5.0.5-rc1 - 03/01/2025
Fixed an error in `wasmer create-exe` that prevented the correct execution and various improvements to the FS in WASIX.

## Added

- [#5315](https://github.com/wasmerio/wasmer/pull/5315) Implement cross-FS file rename

## Changed

- [#5321](https://github.com/wasmerio/wasmer/pull/5321) Flush before closing files to avoid missed writes

## Fixed

- [#5320](https://github.com/wasmerio/wasmer/pull/5320) Fix "error: GitHub API: more that one release selected" in `create-exe`



## 5.0.4 - 17/12/2024

Expand Down
Loading
Loading