Skip to content

Commit d92728a

Browse files
committed
chore: Prepare the v1.0.3.
1 parent 011e500 commit d92728a

File tree

3 files changed

+55
-72
lines changed

3 files changed

+55
-72
lines changed

CHANGELOG.md

+22-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ All notable changes to this project will be documented in this file.
44

55
## Table of Contents
66

7-
* [1.0.2](#101---2021-02-08)
7+
* [1.0.3](#103---2021-02-26)
8+
* [1.0.2](#102---2021-02-08)
89
* [1.0.1](#101---2021-02-06)
910
* [1.0.0](#100---2021-02-05)
1011
* [1.0.0-beta2](#100-beta2---2021-01-05)
@@ -14,6 +15,26 @@ All notable changes to this project will be documented in this file.
1415
* [0.2.0](#020---2019-07-16)
1516
* [0.1.0](#010---2019-05-29)
1617

18+
## [1.0.3] - 2021-02-26
19+
20+
### Added
21+
22+
* [#213](https://github.com/wasmerio/wasmer-go/pull/213) Add the `CompilerKind`, `EngineKind`, `IsCompilerAvailable` and `IsEngineAvailable` symbols.
23+
* [#206](https://github.com/wasmerio/wasmer-go/pull/206) Use parameterized tests to check all available configurations.
24+
* [#204](https://github.com/wasmerio/wasmer-go/pull/204) Add `Config.UseSinglepassCompiler`.
25+
* [#193](https://github.com/wasmerio/wasmer-go/pull/193), [#190](https://github.com/wasmerio/wasmer-go/pull/190) and [#211](https://github.com/wasmerio/wasmer-go/pull/211) Add the `custom_wasmer_runtime` build tag.
26+
* [#192](https://github.com/wasmerio/wasmer-go/pull/192) Add missing documentation.
27+
28+
### Changed
29+
30+
### Fixed
31+
32+
* [#220](https://github.com/wasmerio/wasmer-go/pull/220) Test with more compilers and more engines.
33+
* [#209](https://github.com/wasmerio/wasmer-go/pull/209) Fix documentation format.
34+
* [#207](https://github.com/wasmerio/wasmer-go/pull/207) Avoid calling `Function.Type()` for every function call.
35+
* [#198](https://github.com/wasmerio/wasmer-go/pull/198) Update shared libraries to fix a bug with `CpuFeatures.Add`.
36+
* [#197](https://github.com/wasmerio/wasmer-go/pull/197) Force `go mod vendor` to copy the `packaged/` directory.
37+
1738
## [1.0.2] - 2021-02-08
1839

1940
### Added

Cargo.lock

+32-70
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.2"
4+
version = "1.0.3"
55
authors = ["Wasmer Engineering Team <[email protected]>"]
66
edition = "2018"
77
description = "Go library to run WebAssembly binaries"

0 commit comments

Comments
 (0)