Skip to content

Commit

Permalink
Merge #3379
Browse files Browse the repository at this point in the history
3379: Release 3.0.2 r=fschutt a=fschutt

[bot] Release wasmer version 3.0.2

Co-authored-by: Felix Schütt <felix@wasmer.io>
  • Loading branch information
bors[bot] and fschutt authored Nov 27, 2022
2 parents dcfdea7 + 99bdf7e commit 5287c4f
Show file tree
Hide file tree
Showing 35 changed files with 193 additions and 184 deletions.
32 changes: 16 additions & 16 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,28 @@

Looking for changes that affect our C API? See the [C API Changelog](lib/c-api/CHANGELOG.md).

## **Unreleased**

## **Unreleased**

## 3.0.2 - 25/11/2022

## Added

- [#3365](https://github.com/wasmerio/wasmer/pull/3365) Preliminary FreeBSD support
- [#3364](https://github.com/wasmerio/wasmer/pull/3364) Added the actual LZCNT / TZCNT implementation
- [#3361](https://github.com/wasmerio/wasmer/pull/3361) Give users feedback when they are running "wasmer add ..."

## Changed

- [#3368](https://github.com/wasmerio/wasmer/pull/3368) Remove wasi conditional compilation from wasmer-registry
- [#3367](https://github.com/wasmerio/wasmer/pull/3367) Change LLVM detection in Makefile
- [#3365](https://github.com/wasmerio/wasmer/pull/3365) Improve FreeBSD support
- [#3360](https://github.com/wasmerio/wasmer/pull/3360) Introduce a "wasmer_registry::queries" module with all GraphQL queries

## Fixed

- [#3369](https://github.com/wasmerio/wasmer/pull/3369) Fix installing wasmer via cargo-binstall

- [#3371](https://github.com/wasmerio/wasmer/pull/3371) Fix cargo binstall
- [#3370](https://github.com/wasmerio/wasmer/pull/3370) Fix wasmer run not interpreting URLs correctly + display fixes


## 3.0.1 - 23/11/2022

Expand Down Expand Up @@ -47,18 +59,6 @@ Looking for changes that affect our C API? See the [C API Changelog](lib/c-api/C

- [#3339](https://github.com/wasmerio/wasmer/3339) Fixes for wasmer login / wasmer add

## 3.0.0-rc.4 - 19/11/2022

## Added


## Changed


## Fixed




## 3.0.0-rc.3 - 2022/11/18

Expand Down
Loading

0 comments on commit 5287c4f

Please sign in to comment.