diff --git a/RELEASES.md b/RELEASES.md index 6148c7427c25..296ee1357d90 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -10,6 +10,22 @@ Unreleased. -------------------------------------------------------------------------------- +## 14.0.2 + +Released 2023-10-26 + +### Fixed + +* Make the `wasmtime::unix` module accessible on macOS again. + [#7360](https://github.com/bytecodealliance/wasmtime/pull/7360) + +* Inter-crate dependencies between `cranelift-*` crates now disable the + `default` feature meaning that it's possible for embedders to depend on + `cranelift-codegen` as well without the `default` feature. + [#7369](https://github.com/bytecodealliance/wasmtime/pull/7369) + +-------------------------------------------------------------------------------- + ## 14.0.1 Released 2023-10-23 @@ -181,6 +197,17 @@ More information about this change can be found on -------------------------------------------------------------------------------- +## 13.0.1 + +Released 2023-10-26 + +### Fixed + +* Make the `wasmtime::unix` module accessible on macOS again. + [#7360](https://github.com/bytecodealliance/wasmtime/pull/7360) + +-------------------------------------------------------------------------------- + ## 13.0.0 Released 2023-09-20