Skip to content

Commit

Permalink
[Changelog] Update changelog for v0.13.2 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 26, 2023
1 parent 8aa7c44 commit 5b25b9c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .CurrentChangelog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
### v0.13.1 (2023-07-25)
### v0.13.2 (2023-07-26)

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).
* Updated to the [WasmEdge 0.13.2](https://github.com/WasmEdge/WasmEdge/releases/tag/0.13.2).
8 changes: 8 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
### v0.13.2 (2023-07-26)

This is the internal fix for WasmEdge.

Features:

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

### v0.13.1 (2023-07-25)

This is the internal fix for WasmEdge.
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.1
curl -sSf https://raw.githubusercontent.com/WasmEdge/WasmEdge/master/utils/install.sh | bash -s -- -v 0.13.2
```

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.1
curl -sSf https://raw.githubusercontent.com/WasmEdge/WasmEdge/master/utils/install.sh | bash -s -- --plugins wasmedge_tensorflow wasmedge_tensorflowlite wasmedge_image -v 0.13.2
```

> 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 5b25b9c

Please sign in to comment.