Skip to content

Commit

Permalink
Release 3.2.1 (#3809)
Browse files Browse the repository at this point in the history
* Update CHANGELOG

* Release 3.2.1

* Added a manual ChangeLog

* Increment 0.x crates versions too

* Fixed a typo in the (short) ChangeLog
  • Loading branch information
ptitSeb committed Apr 21, 2023
1 parent e45add2 commit 74fe894
Show file tree
Hide file tree
Showing 34 changed files with 204 additions and 175 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,29 @@ Looking for changes that affect our C API? See the [C API Changelog](lib/c-api/C

## **Unreleased**

## 3.2.1 - 21/04/2023

Some quick fixes for this maintenance release, mainly oriented towards Docs.

## Added

- [#3782](https://github.com/wasmerio/wasmer/pull/3782) Add FreeBSD x86 support

## Changed

- [#3786](https://github.com/wasmerio/wasmer/pull/3786) Made Stack Size parametrable (for #3760)
- [#3805](https://github.com/wasmerio/wasmer/pull/3805) Wasi runner args
- [#3795](https://github.com/wasmerio/wasmer/pull/3795) Make sure the compile function passed to runners is Send+Sync
- [#3777](https://github.com/wasmerio/wasmer/pull/3777) Use webc's compat layer in more places

## Fixed

- [#3806](https://github.com/wasmerio/wasmer/pull/3806) Fixed FunctionEnv migration doc to 3.0
- [#3804](https://github.com/wasmerio/wasmer/pull/3804) Fixed doc comment in memory_view.rs
- [#3791](https://github.com/wasmerio/wasmer/pull/3791) Fix doc api



## 3.2.0 - 18/04/2023

A lot of new features since last stable version:
Expand Down
Loading

0 comments on commit 74fe894

Please sign in to comment.