Skip to content

Commit

Permalink
Merge #3272
Browse files Browse the repository at this point in the history
3272: Release 3.0.0-rc.2 r=fschutt a=fschutt



Co-authored-by: Felix Schütt <felix@wasmer.io>
Co-authored-by: Felix Schütt <12084016+fschutt@users.noreply.github.com>
  • Loading branch information
3 people authored Nov 2, 2022
2 parents 08f47a3 + 71dfec6 commit 4b857dc
Show file tree
Hide file tree
Showing 37 changed files with 208 additions and 200 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,6 @@ jobs:
TARGET: ${{ matrix.target }}
steps:
- uses: actions/checkout@v3
- uses: webfactory/ssh-agent@v0.7.0
with:
ssh-private-key: ${{ secrets.PIRITA_SSH_PRIVATE_KEY }}
- name: Set up libstdc++ on Linux
if: matrix.build == 'linux-x64'
run: |
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@ Looking for changes that affect our C API? See the [C API Changelog](lib/c-api/C

## Fixed

## 3.0.0-rc.2 - 2022/11/02

## Fixed
- [#3268](https://github.com/wasmerio/wasmer/pulls/3268) Fix fd_right nightly test to avoid foo.txt file leftover
- [#3260](https://github.com/wasmerio/wasmer/pulls/3260) Fix bug in wasmer run
- [#3257](https://github.com/wasmerio/wasmer/pulls/3257) Fix linux-aarch64 build

## 3.0.0-rc.1 - 2022/10/25

## Added
Expand Down
Loading

0 comments on commit 4b857dc

Please sign in to comment.