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-core.git


The following commit(s) were added to refs/heads/master by this push:
     new 828b84d04 Prepare for Apache Mynewt 1.14.0 release
828b84d04 is described below

commit 828b84d04ea2dd826390ca458a32116a0af116fd
Author: Szymon Janc <[email protected]>
AuthorDate: Mon Dec 15 11:25:06 2025 +0100

    Prepare for Apache Mynewt 1.14.0 release
---
 NOTICE           | 2 +-
 RELEASE_NOTES.md | 2 +-
 repository.yml   | 8 ++++++++
 3 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/NOTICE b/NOTICE
index b2b78e7b9..c8062a77b 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,5 +1,5 @@
 Apache Mynewt
-Copyright 2015-2024 The Apache Software Foundation
+Copyright 2015-2025 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 0d59ccebe..b0371691a 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -1,6 +1,6 @@
 # RELEASE NOTES
 
-13 November 2024 - Apache Mynewt v1.13.0
+15 December 2025 - Apache Mynewt v1.14.0
 
 For full release notes, please visit the
 [Apache Mynewt 
Wiki](https://cwiki.apache.org/confluence/display/MYNEWT/Release+Notes).
diff --git a/repository.yml b/repository.yml
index e9ad14b9c..0b24334f9 100644
--- a/repository.yml
+++ b/repository.yml
@@ -41,6 +41,7 @@ repo.versions:
     "1.11.0": "mynewt_1_11_0_tag"
     "1.12.0": "mynewt_1_12_0_tag"
     "1.13.0": "mynewt_1_13_0_tag"
+    "1.14.0": "mynewt_1_14_0_tag"
 
     "0-latest": "1.13.0"
     "1-latest": "1.13.0"
@@ -62,6 +63,7 @@ repo.versions:
     "1.11-latest": "1.11.0"
     "1.12-latest": "1.12.0"
     "1.13-latest": "1.13.0"
+    "1.14-latest": "1.14.0"
 
 repo.newt_compatibility:
     # Allow all versions for 0.0.0.  This is a workaround to prevent a warning
@@ -81,6 +83,9 @@ repo.newt_compatibility:
     # Core 1.11.0+ requires newt 1.11.0+ (feature: external modules)
     # Core 1.12.0+ requires newt 1.12.0+ (feature: generated linked scripts)
     # Core 1.13.0+ requires newt 1.13.0+ (feature: modlog module name 
generation)
+    # Core 1.14.0+ requires newt 1.14.0+ (feature: whole_archive)
+    1.14.0:
+        1.14.0: good
     1.13.0:
         1.13.0: good
     1.12.0:
@@ -128,6 +133,7 @@ repo.deps:
             mynewt_1_11_0_tag: 1.6.0
             mynewt_1_12_0_tag: 1.7.0
             mynewt_1_13_0_tag: 1.8.0
+            mynewt_1_14_0_tag: 1.9.0
 
     mcuboot:
         type: github
@@ -143,6 +149,7 @@ repo.deps:
             mynewt_1_11_0_tag: 1.10.0
             mynewt_1_12_0_tag: 2.0.0
             mynewt_1_13_0_tag: 2.1.0
+            mynewt_1_14_0_tag: 2.1.0
 
     apache-mynewt-mcumgr:
         type: github
@@ -156,3 +163,4 @@ repo.deps:
             mynewt_1_11_0_tag: 0.4.0
             mynewt_1_12_0_tag: 0.4.0
             mynewt_1_13_0_tag: 0.5.0
+            mynewt_1_14_0_tag: 0.6.0

Reply via email to