Skip to content

Commit

Permalink
Merge pull request #223 from Hywan/prepare-v1.0.3
Browse files Browse the repository at this point in the history
chore: Prepare the v1.0.3
  • Loading branch information
Hywan authored Feb 26, 2021
2 parents 011e500 + d92728a commit 5f7cd99
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 72 deletions.
23 changes: 22 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ All notable changes to this project will be documented in this file.

## Table of Contents

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

## [1.0.3] - 2021-02-26

### Added

* [#213](https://github.com/wasmerio/wasmer-go/pull/213) Add the `CompilerKind`, `EngineKind`, `IsCompilerAvailable` and `IsEngineAvailable` symbols.
* [#206](https://github.com/wasmerio/wasmer-go/pull/206) Use parameterized tests to check all available configurations.
* [#204](https://github.com/wasmerio/wasmer-go/pull/204) Add `Config.UseSinglepassCompiler`.
* [#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.
* [#192](https://github.com/wasmerio/wasmer-go/pull/192) Add missing documentation.

### Changed

### Fixed

* [#220](https://github.com/wasmerio/wasmer-go/pull/220) Test with more compilers and more engines.
* [#209](https://github.com/wasmerio/wasmer-go/pull/209) Fix documentation format.
* [#207](https://github.com/wasmerio/wasmer-go/pull/207) Avoid calling `Function.Type()` for every function call.
* [#198](https://github.com/wasmerio/wasmer-go/pull/198) Update shared libraries to fix a bug with `CpuFeatures.Add`.
* [#197](https://github.com/wasmerio/wasmer-go/pull/197) Force `go mod vendor` to copy the `packaged/` directory.

## [1.0.2] - 2021-02-08

### Added
Expand Down
102 changes: 32 additions & 70 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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

0 comments on commit 5f7cd99

Please sign in to comment.