This is an automated email from the ASF dual-hosted git repository.
jiayu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sedona.git
The following commit(s) were added to refs/heads/master by this push:
new 79e6d81d73 [DOCS] Add SedonaDB 0.3.0 announcement
79e6d81d73 is described below
commit 79e6d81d739d8d0353c67ff2eff080a1cd05436d
Author: Jia Yu <[email protected]>
AuthorDate: Thu Mar 12 22:28:59 2026 -0700
[DOCS] Add SedonaDB 0.3.0 announcement
---
docs-overrides/main.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs-overrides/main.html b/docs-overrides/main.html
index c2957904f2..64d3e2671a 100644
--- a/docs-overrides/main.html
+++ b/docs-overrides/main.html
@@ -17,7 +17,7 @@ You're not viewing the latest stable version.
{% block header %}
<div style="background: #CA463A; color: white; text-align: center; padding:
0.5rem;">
- <a href="setup/release-notes/" title="Announcement">🎉 Apache Sedona 1.8.1
is now available! Check out the new features and improvements.</a>
+ <a href="blog/2026/03/01/sedonadb-030-release/"
title="Announcement">🌵SedonaDB (Rust) 0.3.0 is out now, featuring
larger-than-memory spatial joins, and row-level CRS!</a>
</div>
{{ super() }} {# This renders the original header below your test bar #}
{% endblock %}