Skip to content

Commit f93bad2

Browse files
committed
doc(changelog) Prepare the 1.0.4.
1 parent 8c6ce3e commit f93bad2

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

CHANGELOG.md

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

55
## Table of Contents
66

7+
* [1.0.4](#104---2021-08-12)
78
* [1.0.3](#103---2021-02-26)
89
* [1.0.2](#102---2021-02-08)
910
* [1.0.1](#101---2021-02-06)
@@ -15,6 +16,25 @@ All notable changes to this project will be documented in this file.
1516
* [0.2.0](#020---2019-07-16)
1617
* [0.1.0](#010---2019-05-29)
1718

19+
## [1.0.4] - 2021-08-12
20+
21+
### Added
22+
23+
* [#230](https://github.com/wasmerio/wasmer-go/pull/230) Test against the nightly version of Wasmer everyday at 2am.
24+
* [#229](https://github.com/wasmerio/wasmer-go/pull/229) Showcase how to get `Instance` inside a host function.
25+
26+
### Changed
27+
28+
* [#276](https://github.com/wasmerio/wasmer-go/pull/276) Update the underlying runtime to Wasmer 2.0, which provides improved performances, and better stability.
29+
* [#268](https://github.com/wasmerio/wasmer-go/pull/268) and [#247](https://github.com/wasmerio/wasmer-go/pull/247) Update all Rust dependencies.
30+
31+
### Fixed
32+
33+
* [#277](https://github.com/wasmerio/wasmer-go/pull/277) Force finalizers to explore the graph of objects.
34+
* [#264](https://github.com/wasmerio/wasmer-go/pull/264) Update the `store` field when deserializing a `Module`.
35+
* [#244](https://github.com/wasmerio/wasmer-go/pull/244) Place `imports` in `Instance` to prevent them being freed during function execution.
36+
* [#242](https://github.com/wasmerio/wasmer-go/pull/242) Correctly handle `I64` (and other) values returned from imported functions.
37+
1838
## [1.0.3] - 2021-02-26
1939

2040
### Added
@@ -414,6 +434,7 @@ All notable changes to this project will be documented in this file.
414434
First release.
415435

416436

437+
[1.0.4]: https://github.com/wasmerio/wasmer-go/compare/v1.0.3...v1.0.4
417438
[1.0.3]: https://github.com/wasmerio/wasmer-go/compare/v1.0.2...v1.0.3
418439
[1.0.2]: https://github.com/wasmerio/wasmer-go/compare/v1.0.1...v1.0.2
419440
[1.0.1]: https://github.com/wasmerio/wasmer-go/compare/v1.0.0...v1.0.1

0 commit comments

Comments
 (0)