Skip to content

Commit

Permalink
[Changelog] Update changelog for v0.13.1 release.
Browse files Browse the repository at this point in the history
Signed-off-by: YiYing He <yiying@secondstate.io>
  • Loading branch information
q82419 committed Jul 25, 2023
1 parent 3e4bea6 commit 8aa7c44
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
14 changes: 3 additions & 11 deletions .CurrentChangelog.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,7 @@
### v0.13.0 (2023-07-19)
### v0.13.1 (2023-07-25)

Breaking Changes:

* Removed the WasmEdge extensions related APIs. Replaced by the corresponding plug-ins.
* Removed `wasmedge.NewImageModule()` API.
* Removed `wasmedge.NewTensorflowModule()` API.
* Removed `wasmedge.NewTensorflowLiteModule()` API.
* Fixed the `(wasmedge.Executor).Invoke()` API to remove the first `wasmedge.Store` parameter.
* Added `wasmedge.RunWasmEdgeUnifiedCLI()` API.
* Added `wasmedge.AsyncInvoke()` API.
This is the internal fix for WasmEdge.

Features:

* Updated to the [WasmEdge 0.13.0](https://github.com/WasmEdge/WasmEdge/releases/tag/0.13.0).
* Updated to the [WasmEdge 0.13.1](https://github.com/WasmEdge/WasmEdge/releases/tag/0.13.1).
8 changes: 8 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
### v0.13.1 (2023-07-25)

This is the internal fix for WasmEdge.

Features:

* Updated to the [WasmEdge 0.13.1](https://github.com/WasmEdge/WasmEdge/releases/tag/0.13.1).

### v0.13.0 (2023-07-19)

Breaking Changes:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ go version go1.16.5 linux/amd64
Developers must [install the WasmEdge shared library](https://wasmedge.org/docs/start/install) with the same `WasmEdge-go` release version.

```bash
curl -sSf https://raw.githubusercontent.com/WasmEdge/WasmEdge/master/utils/install.sh | bash -s -- -v 0.13.0
curl -sSf https://raw.githubusercontent.com/WasmEdge/WasmEdge/master/utils/install.sh | bash -s -- -v 0.13.1
```

For the developers need the `WasmEdge-TensorFlow` or `WasmEdge-Image` plug-ins for `WasmEdge-go`, please install the `WasmEdge` with the corresponding plug-ins:

```bash
curl -sSf https://raw.githubusercontent.com/WasmEdge/WasmEdge/master/utils/install.sh | bash -s -- --plugins wasmedge_tensorflow wasmedge_tensorflowlite wasmedge_image -v 0.13.0
curl -sSf https://raw.githubusercontent.com/WasmEdge/WasmEdge/master/utils/install.sh | bash -s -- --plugins wasmedge_tensorflow wasmedge_tensorflowlite wasmedge_image -v 0.13.1
```

> Note: Please refer to the [install guide for plug-ins](https://wasmedge.org/docs/start/install/#install-wasmedge-plug-ins-and-dependencies) to check that you've installed the plug-ins with their dependencies.
Expand Down

0 comments on commit 8aa7c44

Please sign in to comment.