Skip to content

Commit

Permalink
Merge pull request #5322 from wasmerio/release-5.0.5-rc1
Browse files Browse the repository at this point in the history
Release 5.0.5-rc1
  • Loading branch information
xdoardo authored Jan 3, 2025
2 parents 193ea9c + 6bc2032 commit 1d03406
Show file tree
Hide file tree
Showing 31 changed files with 746 additions and 614 deletions.
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

0 comments on commit 1d03406

Please sign in to comment.