This is an automated email from the ASF dual-hosted git repository. xuanwo pushed a commit to branch update-links in repository https://gitbox.apache.org/repos/asf/iceberg-rust.git
commit 99bbb85f527c49e1f5f5e653e779365f58d556d5 Author: Xuanwo <[email protected]> AuthorDate: Wed Aug 21 12:30:51 2024 +0800 website: Update links for 0.3.0 Signed-off-by: Xuanwo <[email protected]> --- website/src/download.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/website/src/download.md b/website/src/download.md index e2989fe..8ec9e6e 100644 --- a/website/src/download.md +++ b/website/src/download.md @@ -23,8 +23,8 @@ The official Apache Iceberg-Rust releases are provided as source artifacts. ## Releases -The latest source release is [0.2.0](https://www.apache.org/dyn/closer.lua/iceberg/iceberg-rust-0.2.0/apache-iceberg-rust-0.2.0-src.tar.gz?action=download) ([asc](https://downloads.apache.org/iceberg/iceberg-rust-0.2.0/apache-iceberg-rust-0.2.0-src.tar.gz.asc), -[sha512](https://downloads.apache.org/iceberg/iceberg-rust-0.2.0/apache-iceberg-rust-0.2.0-src.tar.gz.sha512)). +The latest source release is [0.3.0](https://www.apache.org/dyn/closer.lua/iceberg/iceberg-rust-0.3.0/apache-iceberg-rust-0.3.0-src.tar.gz?action=download) ([asc](https://downloads.apache.org/iceberg/iceberg-rust-0.3.0/apache-iceberg-rust-0.3.0-src.tar.gz.asc), +[sha512](https://downloads.apache.org/iceberg/iceberg-rust-0.3.0/apache-iceberg-rust-0.3.0-src.tar.gz.sha512)). For older releases, please check the [archive](https://archive.apache.org/dist/iceberg/). @@ -58,4 +58,3 @@ You will need to download both the release artifact and the .sha512 checksum fil ```shell shasum -a 512 -c <artifact>.sha512 ``` -
