Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions website/src/download.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ The official Apache Iceberg-Rust releases are provided as source artifacts.

## Releases

The latest source release is [0.7.0](https://www.apache.org/dyn/closer.lua/iceberg/apache-iceberg-rust-0.7.0/apache-iceberg-rust-0.7.0-src.tar.gz) ([asc](https://downloads.apache.org/iceberg/apache-iceberg-rust-0.7.0/apache-iceberg-rust-0.7.0-src.tar.gz.asc),
[sha512](https://downloads.apache.org/iceberg/apache-iceberg-rust-0.7.0/apache-iceberg-rust-0.7.0-src.tar.gz.sha512)).
Find the latest source release at the [Apache CDN](https://dlcdn.apache.org/iceberg/). For release notes, see the [GitHub releases page](https://github.com/apache/iceberg-rust/releases).

For older releases, please check the [archive](https://archive.apache.org/dist/iceberg/).

Expand Down
4 changes: 0 additions & 4 deletions website/src/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -368,10 +368,6 @@ git push origin "v${iceberg_version}"
svn mv https://dist.apache.org/repos/dist/dev/iceberg/apache-iceberg-rust-${release_version} https://dist.apache.org/repos/dist/release/iceberg/apache-iceberg-rust-${iceberg_version} -m "Release Apache Iceberg Rust ${iceberg_version}"
```

### Change Iceberg Rust Website download link

Update the download link in `website/src/download.md` to the new release version.

### Create a GitHub Release

- Click [here](https://github.com/apache/iceberg-rust/releases/new) to create a new release.
Expand Down