This is an automated email from the ASF dual-hosted git repository. ethanfeng pushed a commit to branch CELEBORN-362-FOLLOWUP in repository https://gitbox.apache.org/repos/asf/incubator-celeborn-website.git
commit b17423ea248b898d8fabd434171ce8c677e24b19 Author: mingji <[email protected]> AuthorDate: Wed Mar 1 17:28:14 2023 +0800 [CELEBORN-362][WEBSITE][FOLLOWUP] Add 0.2.0 release to website. --- docs/community/news.md | 1 + docs/download.md | 4 ++-- mkdocs.yml | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/community/news.md b/docs/community/news.md index e176fe3..a3090fe 100644 --- a/docs/community/news.md +++ b/docs/community/news.md @@ -18,5 +18,6 @@ license: | | Date | Title | Brief | |-----------------|---------------------------------------|---------------------------------------------------------------------------------------------------------------------------------| +| 2023 March 1 | Release 0.2.0-incubating | Celeborn release 0.2.0-incubating as its first Apache release. | | 2022 Nov 30 | New Committer: Yifan Xia | We are happy to announce Yifan Xia becomes a new Celeborn committer. | | 2022 October 18 | Accept Celeborn into Apache Incubator | Celeborn is accepted into Apache Incubator, see details in incubation [status](https://incubator.apache.org/projects/celeborn). | \ No newline at end of file diff --git a/docs/download.md b/docs/download.md index c66892b..74e0074 100644 --- a/docs/download.md +++ b/docs/download.md @@ -19,9 +19,9 @@ license: | ## Versions -No version avaiable yet. +The latest version is 0.2.0. -### 0.2.0-incubating (2022-12-15) +### 0.2.0-incubating (2023-03-01) | | Download from ASF | Checksum | Signature | |:-----------:|:-------------------------------------------------------------------------------------------------------------------------------------:|:---------------------------------------------------------------------------------------------------------------------------------------------:|:---------:| diff --git a/mkdocs.yml b/mkdocs.yml index 5269d1f..ab1051f 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -49,8 +49,8 @@ markdown_extensions: - pymdownx.superfences extra: - version: 0.2.0-SNAPSHOT - stable_version: 0.1.4 + version: 0.3.0-SNAPSHOT + stable_version: 0.2.0 social: - icon: fontawesome/brands/github
