Skip to content

Commit

Permalink
[Changelog] Update the changelog for the 0.9.1-rc.1 pre-release.
Browse files Browse the repository at this point in the history
Signed-off-by: YiYing He <[email protected]>
  • Loading branch information
q82419 authored and hydai committed Feb 9, 2022
1 parent 150b2cb commit 26b79e6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 19 deletions.
7 changes: 3 additions & 4 deletions .CurrentChangelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,10 @@ Misc:
* Fixed the coding style of the comments.
* Added the Windows installer release CI.
* Added the aarch64 Android support based on r23b.

* Added the Android example for WasmEdge C API.

Thank all the contributors that made this release possible!

2021, alabulei1, alittlehorse, Antonio Yang, AvengerMoJo, Hanged Fish, Harinath Nampally, hydai, KernelErr, Michael Yuan, O3Ol, Shen-Ta Hsieh, Shen-Ta Hsieh(BestSteve), Shreyas Atre, SonOfMagic, Stephan Renatus, Sven Pfennig, Vaughn Dice, wangshishuo, wolfishLamb, Xin Liu, Yi, Yi-Ying He, YiYing He, Yukang Chen

2021, Antonio Yang, AvengerMoJo, Hanged Fish, Harinath Nampally, KernelErr, Michael Yuan, MileyFu, O3Ol, Saksham Sharma, Shen-Ta Hsieh(BestSteve), Shreyas Atre, SonOfMagic, Stephan Renatus, Sven Pfennig, Vaughn Dice, Xin Liu, Yi, Yi-Ying He, Yukang Chen,ZefengYu, ZhengX, alabulei1, alittlehorse, 董哲, hydai, pasico, peterbi, villanel, wangshishuo, wangyuan249, wolfishLamb

If you want to build from source, please use WasmEdge-0.9.1-beta.2-src.tar.gz instead of the zip or tarball provided by GitHub directly.
If you want to build from source, please use WasmEdge-0.9.1-rc.1-src.tar.gz instead of the zip or tarball provided by GitHub directly.
20 changes: 5 additions & 15 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,13 @@ Misc:
* Fixed the coding style of the comments.
* Added the Windows installer release CI.
* Added the aarch64 Android support based on r23b.

* Added the Android example for WasmEdge C API.

Thank all the contributors that made this release possible!

2021, alabulei1, alittlehorse, Antonio Yang, AvengerMoJo, Hanged Fish, Harinath Nampally, hydai, KernelErr, Michael Yuan, O3Ol, Shen-Ta Hsieh, Shen-Ta Hsieh(BestSteve), Shreyas Atre, SonOfMagic, Stephan Renatus, Sven Pfennig, Vaughn Dice, wangshishuo, wolfishLamb, Xin Liu, Yi, Yi-Ying He, YiYing He, Yukang Chen

2021, Antonio Yang, AvengerMoJo, Hanged Fish, Harinath Nampally, KernelErr, Michael Yuan, MileyFu, O3Ol, Saksham Sharma, Shen-Ta Hsieh(BestSteve), Shreyas Atre, SonOfMagic, Stephan Renatus, Sven Pfennig, Vaughn Dice, Xin Liu, Yi, Yi-Ying He, Yukang Chen,ZefengYu, ZhengX, alabulei1, alittlehorse, 董哲, hydai, pasico, peterbi, villanel, wangshishuo, wangyuan249, wolfishLamb

If you want to build from source, please use WasmEdge-0.9.1-beta.2-src.tar.gz instead of the zip or tarball provided by GitHub directly.
If you want to build from source, please use WasmEdge-0.9.1-rc.1-src.tar.gz instead of the zip or tarball provided by GitHub directly.

### 0.9.0 (2021-12-09)

Expand Down Expand Up @@ -255,12 +254,10 @@ Misc:
* Enabled GitHub CodeSpaces
* Added `assuming` for `assert` checking to help compiler to generate better codes.


Thank all the contributors that made this release possible!

2021, actly, alabulei1, Alex, Antonio Yang, Ashutosh Sharma, Avinal Kumar, blackanger, Chojan Shang, dm4, eee4017, fossabot, hydai, Jayita Pramanik, Kenvi Zhu, luishsu, LuisHsu, MaazKhan711635, Michael Yuan, MileyFu, Nick Hynes, O3Ol, Peter Chang, robnanarivo, Shen-Ta Hsieh, Shreyas Atre, slidoooor, Sylveon, Timothy McCallum, Vikas S Shetty, vincent, Xin Liu, Yi Huang, yiying, YiYing He, Yona, Yukang, 牟展佑


If you want to build from source, please use WasmEdge-0.9.0-src.tar.gz instead of the zip or tarball provided by GitHub directly.

### 0.8.2 (2021-08-25)
Expand Down Expand Up @@ -646,7 +643,6 @@ Tests:

* Applied new test suite of the reference types and bulk memory operation proposal for AOT.


### 0.7.0 (2020-10-16)

Features:
Expand Down Expand Up @@ -807,7 +803,6 @@ Refactor:
* Refactored instruction classes for supporting 2-byte instructions.
* Refined corresponding switch cases in validator, interpreter, and AOT.


### 0.6.3 (2020-07-23)

This is a bug-fix release for the wasi component.
Expand All @@ -816,7 +811,6 @@ Fixed Issues:

* Change the fd number remap mechanism from static offset to dynamic map.


### 0.6.2 (2020-07-22)

Features:
Expand Down Expand Up @@ -877,7 +871,6 @@ Tools:

* CI: Update base image from Ubuntu 18.04 to Ubuntu 20.04


### 0.6.1 (2020-06-24)

Features:
Expand All @@ -887,6 +880,7 @@ Features:
* Apply error logging in every phase.

Refactor:

* Internal tuple span mechanism
* Apply C++20 `span` features instead of `std::vector &`.
* Internal string passing mechanism
Expand All @@ -898,6 +892,7 @@ Refactor:
* Pass pointer instead of reference of memory instance to allow `nullptr`.

Fixed Issues:

* Instantiation Phase
* Fixed boundary checking bugs when initializing data sections.
* Function invocation
Expand Down Expand Up @@ -1111,7 +1106,6 @@ Tests:
* Approve
* Check allowance


### 0.3.2 (2020-01-09)

Fixed issues:
Expand All @@ -1130,7 +1124,6 @@ Fixed issues:
* Expand home directory path
* Accept ~ in the file path


### 0.3.0 (2019-12-27)

Features:
Expand All @@ -1151,7 +1144,6 @@ Tools:
* SSVM-PROXY can archive current execution states and serialize these data into output JSON format.
* SSVM-PROXY can restore previous program states from input JSON format.


### 0.2.0 (2019-12-18)

Features:
Expand Down Expand Up @@ -1187,7 +1179,6 @@ Tools:
* Sub-project General Wasi Support
* SSVM tool provides basic Wasi functions support, such as print function.


### 0.1.0 (2019-11-29)

Features:
Expand All @@ -1204,4 +1195,3 @@ Runtime:
Test:

* Support ERC20 token contracts

0 comments on commit 26b79e6

Please sign in to comment.