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

janc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-documentation.git


The following commit(s) were added to refs/heads/master by this push:
     new 9d41510  Apache Mynewt 1.14.0 and Apache NimBLE 1.9.0 release
9d41510 is described below

commit 9d41510af245cbd9aaf7d0754ed26d91f9b861e5
Author: Szymon Janc <[email protected]>
AuthorDate: Fri Dec 19 15:05:09 2025 +0100

    Apache Mynewt 1.14.0 and Apache NimBLE 1.9.0 release
---
 docs/themes/mynewt/main-banner.html | 2 +-
 docs/themes/mynewt/versions.html    | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/docs/themes/mynewt/main-banner.html 
b/docs/themes/mynewt/main-banner.html
index 0f2f80e..67464b4 100644
--- a/docs/themes/mynewt/main-banner.html
+++ b/docs/themes/mynewt/main-banner.html
@@ -8,7 +8,7 @@
         </div>
         <div class="news-cell">
             <div class="well">
-                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 
1.13.0, Apache NimBLE 1.8.0 </a> released November 25, 2024)
+                <h4>Latest News:</h4> <a href="/download">Apache Mynewt 
1.14.0, Apache NimBLE 1.9.0 </a> released December 19, 2025)
             </div>
         </div>
     </div>
diff --git a/docs/themes/mynewt/versions.html b/docs/themes/mynewt/versions.html
index 57e6461..961825f 100644
--- a/docs/themes/mynewt/versions.html
+++ b/docs/themes/mynewt/versions.html
@@ -6,6 +6,9 @@
   <option value="/master" {% if cur_version == "master" %}selected="selected" 
{% endif %}>
     Version: master
   </option>
+ <option value="/v1_14_0" {% if cur_version == "1.14.0" %}selected="selected" 
{% endif %}>
+    Version: 1.14.0
+  </option>
  <option value="/v1_13_0" {% if cur_version == "1.13.0" %}selected="selected" 
{% endif %}>
     Version: 1.13.0
   </option>

Reply via email to