You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by fo...@apache.org on 2022/09/14 15:34:17 UTC

[iceberg-docs] branch main updated: Add 0.14.1 to landing page (#158)

This is an automated email from the ASF dual-hosted git repository.

fokko pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-docs.git


The following commit(s) were added to refs/heads/main by this push:
     new 03d7fea7 Add 0.14.1 to landing page (#158)
03d7fea7 is described below

commit 03d7fea74840c4d0832a4465ebca542f615fcb0a
Author: Samuel Redai <43...@users.noreply.github.com>
AuthorDate: Wed Sep 14 11:34:13 2022 -0400

    Add 0.14.1 to landing page (#158)
---
 landing-page/config.toml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/landing-page/config.toml b/landing-page/config.toml
index 07d1ea70..4353094a 100644
--- a/landing-page/config.toml
+++ b/landing-page/config.toml
@@ -8,7 +8,7 @@ sectionPagesMenu = "main"
   siteType = "landing-page"
   search = true
   description = "The open table format for analytic datasets."
-  latestVersions.iceberg = "0.14.0"
+  latestVersions.iceberg = "0.14.1"
   docsBaseURL = ""
 
 [[params.social]]
@@ -34,6 +34,7 @@ home = [ "HTML", "RSS", "SearchIndex" ]
 [menu]
   versions = [
     { name = "latest", url = "/docs/latest", weight = 1 },
+    { name = "0.14.1", url = "/docs/0.14.1", weight = 995 },
     { name = "0.14.0", url = "/docs/0.14.0", weight = 996 },
     { name = "0.13.2", url = "/docs/0.13.2", weight = 997 },
     { name = "0.13.1", url = "/docs/0.13.1", weight = 998 },