This is an automated email from the ASF dual-hosted git repository.
JingsongLi pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/paimon-mosaic.git
The following commit(s) were added to refs/heads/main by this push:
new c54f324 docs: update 0.1.0 release links (#51)
c54f324 is described below
commit c54f3241294640b02bf5791885ac558d2f4a0b28
Author: QuakeWang <[email protected]>
AuthorDate: Sat Jun 6 22:22:25 2026 +0800
docs: update 0.1.0 release links (#51)
---
README.md | 4 ++--
docs/releases.html | 17 ++++++++++++-----
2 files changed, 14 insertions(+), 7 deletions(-)
diff --git a/README.md b/README.md
index e1bcac7..1e27ce9 100644
--- a/README.md
+++ b/README.md
@@ -21,8 +21,8 @@
[Build Status]:
https://img.shields.io/github/actions/workflow/status/apache/paimon-mosaic/ci.yml
[actions]: https://github.com/apache/paimon-mosaic/actions?query=branch%3Amain
-[Latest Version]: https://img.shields.io/crates/v/paimon-mosaic.svg
-[crates.io]: https://crates.io/crates/paimon-mosaic
+[Latest Version]: https://img.shields.io/crates/v/paimon-mosaic-core.svg
+[crates.io]: https://crates.io/crates/paimon-mosaic-core
A columnar-bucket hybrid format optimized for wide tables of Apache Paimon.
diff --git a/docs/releases.html b/docs/releases.html
index 2e6b35b..561bd3d 100644
--- a/docs/releases.html
+++ b/docs/releases.html
@@ -69,9 +69,12 @@
</table>
<h2>Upcoming</h2>
+ <p>(None yet)</p>
+
+ <h2>Past Releases</h2>
- <h3>0.1.0 (In Development)</h3>
- <p>The first release of Apache Paimon Mosaic. Planned features:</p>
+ <h3>0.1.0</h3>
+ <p>The first release of Apache Paimon Mosaic. Key features:</p>
<ul>
<li>Mosaic columnar-bucket hybrid format core
implementation</li>
<li>High-performance reader and writer with ZSTD
compression</li>
@@ -80,9 +83,13 @@
<li>Python binding with FFI</li>
<li>C++ headers for native integration</li>
</ul>
-
- <h2>Past Releases</h2>
- <p>(None yet)</p>
+ <p>
+ <a
href="https://downloads.apache.org/paimon/paimon-mosaic-0.1.0/">Source
release</a> |
+ <a
href="https://github.com/apache/paimon-mosaic/releases/tag/v0.1.0">Release
notes</a> |
+ <a
href="https://crates.io/crates/paimon-mosaic-core/0.1.0">Rust crate</a> |
+ <a
href="https://repo.maven.apache.org/maven2/org/apache/paimon/mosaic/0.1.0/">Java
artifacts</a> |
+ <a href="https://pypi.org/project/paimon-mosaic/0.1.0/">Python
package</a>
+ </p>
<h2>Download</h2>
<p>Official source releases are available from the <a
href="https://downloads.apache.org/paimon/">ASF distribution</a>.</p>