From bdb8a87bdc5eef2a62618f933f6500cc8de1b453 Mon Sep 17 00:00:00 2001 From: AmyYH <68527082+AmyYH@users.noreply.github.com> Date: Mon, 20 Jul 2020 17:22:14 +0800 Subject: [PATCH 1/2] editorial updates (#42) --- site/en/release_notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/en/release_notes.md b/site/en/release_notes.md index b77396a81..0dc0fcbd8 100644 --- a/site/en/release_notes.md +++ b/site/en/release_notes.md @@ -370,7 +370,7 @@ Refer to [CHANGELOG](https://github.com/milvus-io/milvus/blob/master/CHANGELOG.m - **Term updates** - Starting from Milvus 0.7.0, `Table` is named as `Collection` in Milvus. + As of Milvus 0.7.0, `Table` is named as `Collection` in Milvus. #### Fixed issues From 5d31045be98baca911dd1e5dc394b50cbf092c3a Mon Sep 17 00:00:00 2001 From: PahudPlus <64403786+PahudPlus@users.noreply.github.com> Date: Mon, 20 Jul 2020 17:40:52 +0800 Subject: [PATCH 2/2] V0.10.1keith (#43) * fixed two broken links. * Fixed a broken link. * Updated 0.10.1 --- site/en/Variables.json | 10 +++++----- site/zh-CN/Variables.json | 10 +++++----- version.json | 4 ++-- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/site/en/Variables.json b/site/en/Variables.json index 5583adfbb..c818a1b51 100644 --- a/site/en/Variables.json +++ b/site/en/Variables.json @@ -1,8 +1,8 @@ { - "release_version": "0.10.0", - "cpu_milvus_docker_image_version": "0.10.0-cpu-d061620-5f3c00", - "gpu_milvus_docker_image_version": "0.10.0-gpu-d061620-5f3c00", - "milvus_python_sdk_version": "0.2.13", - "milvus_java_sdk_version": "0.8.2" + "release_version": "0.10.1", + "cpu_milvus_docker_image_version": "0.10.1-cpu-d072020-bd02b1", + "gpu_milvus_docker_image_version": "0.10.1-gpu-d072020-bd02b1", + "milvus_python_sdk_version": "0.2.14", + "milvus_java_sdk_version": "0.8.3" } \ No newline at end of file diff --git a/site/zh-CN/Variables.json b/site/zh-CN/Variables.json index 5583adfbb..c818a1b51 100644 --- a/site/zh-CN/Variables.json +++ b/site/zh-CN/Variables.json @@ -1,8 +1,8 @@ { - "release_version": "0.10.0", - "cpu_milvus_docker_image_version": "0.10.0-cpu-d061620-5f3c00", - "gpu_milvus_docker_image_version": "0.10.0-gpu-d061620-5f3c00", - "milvus_python_sdk_version": "0.2.13", - "milvus_java_sdk_version": "0.8.2" + "release_version": "0.10.1", + "cpu_milvus_docker_image_version": "0.10.1-cpu-d072020-bd02b1", + "gpu_milvus_docker_image_version": "0.10.1-gpu-d072020-bd02b1", + "milvus_python_sdk_version": "0.2.14", + "milvus_java_sdk_version": "0.8.3" } \ No newline at end of file diff --git a/version.json b/version.json index b7706ca7f..9b21cdb22 100644 --- a/version.json +++ b/version.json @@ -1,4 +1,4 @@ { - "version": "v0.10.0", - "released": "yes" + "version": "v0.10.1", + "released": "no" } \ No newline at end of file