Skip to content

Commit 0316d3f

Browse files
bors[bot]jubianchi
andauthored
Merge #188
188: chore: Prepare for 1.0.0 r=jubianchi a=jubianchi Co-authored-by: jubianchi <[email protected]>
2 parents 0427f12 + 69d5c19 commit 0316d3f

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,29 @@ All notable changes to this project will be documented in this file.
44

55
## Table of Contents
66

7+
* [1.0.0](#100---2021-02-05)
78
* [1.0.0-beta2](#100-beta2---2021-01-05)
89
* [1.0.0-beta1](#100-beta1---2020-12-03)
910
* [0.3.1](#031---2020-02-03)
1011
* [0.3.0](#030---2020-02-02)
1112
* [0.2.0](#020---2019-07-16)
1213
* [0.1.0](#010---2019-05-29)
1314

15+
## [1.0.0] - 2021-02-05
16+
17+
### Added
18+
19+
* Implement traps
20+
* Allow choosing an engine and a compiler through the configuration
21+
* Added support for `aarch64`
22+
* Implement WASI
23+
* Implement corss-compilation
24+
* Add support for host function environment
25+
26+
### Changed
27+
28+
* Update to Wasmer 1.0.2
29+
1430
## [1.0.0-beta2] - 2021-01-05
1531

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

360376

377+
[1.0.0]: https://github.com/wasmerio/wasmer-go/compare/v1.0.0-beta2...v1.0.0
378+
[1.0.0-beta2]: https://github.com/wasmerio/wasmer-go/compare/v1.0.0-beta1...v1.0.0-beta2
361379
[1.0.0-beta1]: https://github.com/wasmerio/wasmer-go/compare/v0.3.1...v1.0.0-beta1
362380
[0.3.1]: https://github.com/wasmerio/wasmer-go/compare/0.3.0...v0.3.1
363381
[0.3.0]: https://github.com/wasmerio/wasmer-go/compare/0.2.0...0.3.0

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
publish = false
33
name = "wasmer-go"
4-
version = "1.0.0-beta2"
4+
version = "1.0.0"
55
authors = ["Wasmer Engineering Team <[email protected]>"]
66
edition = "2018"
77
description = "Go library to run WebAssembly binaries"

0 commit comments

Comments
 (0)