Skip to content

Commit

Permalink
Merge #188
Browse files Browse the repository at this point in the history
188: chore: Prepare for 1.0.0 r=jubianchi a=jubianchi



Co-authored-by: jubianchi <[email protected]>
  • Loading branch information
bors[bot] and jubianchi authored Feb 5, 2021
2 parents 0427f12 + 69d5c19 commit 0316d3f
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,29 @@ All notable changes to this project will be documented in this file.

## Table of Contents

* [1.0.0](#100---2021-02-05)
* [1.0.0-beta2](#100-beta2---2021-01-05)
* [1.0.0-beta1](#100-beta1---2020-12-03)
* [0.3.1](#031---2020-02-03)
* [0.3.0](#030---2020-02-02)
* [0.2.0](#020---2019-07-16)
* [0.1.0](#010---2019-05-29)

## [1.0.0] - 2021-02-05

### Added

* Implement traps
* Allow choosing an engine and a compiler through the configuration
* Added support for `aarch64`
* Implement WASI
* Implement corss-compilation
* Add support for host function environment

### Changed

* Update to Wasmer 1.0.2

## [1.0.0-beta2] - 2021-01-05

### Changed
Expand Down Expand Up @@ -358,6 +374,8 @@ All notable changes to this project will be documented in this file.
First release.


[1.0.0]: https://github.com/wasmerio/wasmer-go/compare/v1.0.0-beta2...v1.0.0
[1.0.0-beta2]: https://github.com/wasmerio/wasmer-go/compare/v1.0.0-beta1...v1.0.0-beta2
[1.0.0-beta1]: https://github.com/wasmerio/wasmer-go/compare/v0.3.1...v1.0.0-beta1
[0.3.1]: https://github.com/wasmerio/wasmer-go/compare/0.3.0...v0.3.1
[0.3.0]: https://github.com/wasmerio/wasmer-go/compare/0.2.0...0.3.0
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
publish = false
name = "wasmer-go"
version = "1.0.0-beta2"
version = "1.0.0"
authors = ["Wasmer Engineering Team <[email protected]>"]
edition = "2018"
description = "Go library to run WebAssembly binaries"
Expand Down

0 comments on commit 0316d3f

Please sign in to comment.