Skip to content

Commit

Permalink
[README] Update changelog for 0.11.2-rc.2 pre-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 Oct 31, 2022
1 parent 06da49d commit 7f61914
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions .CurrentChangelog.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
### 0.11.2-rc.1 (2022-10-28)
### 0.11.2-rc.2 (2022-10-31)

This is the host function extension for [WasmEdge](https://github.com/WasmEdge/WasmEdge).
Please refer to the [WasmEdge 0.11.2-rc.1](https://github.com/WasmEdge/WasmEdge/releases/tag/0.11.2-rc.1) for more details.
Please refer to the [WasmEdge 0.11.2-rc.2](https://github.com/WasmEdge/WasmEdge/releases/tag/0.11.2-rc.2) for more details.

Features:

* Update the `WasmEdge` dependency to `0.11.2-rc.1`.
* Update the `WasmEdge` dependency to `0.11.2-rc.2`.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ option(WASMEDGE_TENSORFLOW_BUILD_SHARED_LIB "Generate the libwasmedge-tensorflow

# WasmEdge dependencies versions
if(NOT WASMEDGE_DEPS_VERSION)
set(WASMEDGE_DEPS_VERSION "0.11.2-rc.1")
set(WASMEDGE_DEPS_VERSION "0.11.2-rc.2")
endif()

# Check the build architecture and system.
Expand Down
6 changes: 3 additions & 3 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
### 0.11.2-rc.1 (2022-10-28)
### 0.11.2-rc.2 (2022-10-31)

This is the host function extension for [WasmEdge](https://github.com/WasmEdge/WasmEdge).
Please refer to the [WasmEdge 0.11.2-rc.1](https://github.com/WasmEdge/WasmEdge/releases/tag/0.11.2-rc.1) for more details.
Please refer to the [WasmEdge 0.11.2-rc.2](https://github.com/WasmEdge/WasmEdge/releases/tag/0.11.2-rc.2) for more details.

Features:

* Update the `WasmEdge` dependency to `0.11.2-rc.1`.
* Update the `WasmEdge` dependency to `0.11.2-rc.2`.

### 0.11.1 (2022-10-03)

Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@ The official TensorFlow release only provide the TensorFlow shared library.
You can download and install the pre-built shared libraries:

```bash
wget https://github.com/second-state/WasmEdge-tensorflow-deps/releases/download/0.11.2-rc.1/WasmEdge-tensorflow-deps-TF-0.11.2-rc.1-manylinux2014_x86_64.tar.gz
tar -zxvf WasmEdge-tensorflow-deps-TF-0.11.2-rc.1-manylinux2014_x86_64.tar.gz
rm -f WasmEdge-tensorflow-deps-TF-0.11.2-rc.1-manylinux2014_x86_64.tar.gz
wget https://github.com/second-state/WasmEdge-tensorflow-deps/releases/download/0.11.2-rc.2/WasmEdge-tensorflow-deps-TF-0.11.2-rc.2-manylinux2014_x86_64.tar.gz
tar -zxvf WasmEdge-tensorflow-deps-TF-0.11.2-rc.2-manylinux2014_x86_64.tar.gz
rm -f WasmEdge-tensorflow-deps-TF-0.11.2-rc.2-manylinux2014_x86_64.tar.gz
ln -sf libtensorflow.so.2.6.0 libtensorflow.so.2
ln -sf libtensorflow.so.2 libtensorflow.so
ln -sf libtensorflow_framework.so.2.6.0 libtensorflow_framework.so.2
ln -sf libtensorflow_framework.so.2 libtensorflow_framework.so
wget https://github.com/second-state/WasmEdge-tensorflow-deps/releases/download/0.11.2-rc.1/WasmEdge-tensorflow-deps-TFLite-0.11.2-rc.1-manylinux2014_x86_64.tar.gz
tar -zxvf WasmEdge-tensorflow-deps-TFLite-0.11.2-rc.1-manylinux2014_x86_64.tar.gz
rm -f WasmEdge-tensorflow-deps-TFLite-0.11.2-rc.1-manylinux2014_x86_64.tar.gz
wget https://github.com/second-state/WasmEdge-tensorflow-deps/releases/download/0.11.2-rc.2/WasmEdge-tensorflow-deps-TFLite-0.11.2-rc.2-manylinux2014_x86_64.tar.gz
tar -zxvf WasmEdge-tensorflow-deps-TFLite-0.11.2-rc.2-manylinux2014_x86_64.tar.gz
rm -f WasmEdge-tensorflow-deps-TFLite-0.11.2-rc.2-manylinux2014_x86_64.tar.gz
```

### Prepare the environment
Expand Down Expand Up @@ -59,7 +59,7 @@ sudo apt install -y clang
```bash
git clone --recursive https://github.com/second-state/WasmEdge-tensorflow.git
cd WasmEdge-tensorflow
git checkout 0.11.2-rc.1
git checkout 0.11.2-rc.2
```

### Build WasmEdge-Tensorflow
Expand Down
2 changes: 1 addition & 1 deletion utils/WasmEdge-tensorflow-deps

0 comments on commit 7f61914

Please sign in to comment.