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 c95f54c3e Prepare for Mynewt 1.12.0 release
c95f54c3e is described below

commit c95f54c3e7a90005e54e27c225fee89294b4b2f7
Author: Szymon Janc <[email protected]>
AuthorDate: Wed Mar 27 09:13:32 2024 +0100

    Prepare for Mynewt 1.12.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 c98fcebf2..b2b78e7b9 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,5 +1,5 @@
 Apache Mynewt
-Copyright 2015-2023 The Apache Software Foundation
+Copyright 2015-2024 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 735e89fea..5d5a4cf2d 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -1,6 +1,6 @@
 # RELEASE NOTES
 
-09 August 2023 - Apache Mynewt v1.11.0
+27 March 2024 - Apache Mynewt v1.12.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 9dfb46653..f43b924c3 100644
--- a/repository.yml
+++ b/repository.yml
@@ -40,6 +40,7 @@ repo.versions:
     "1.9.0": "mynewt_1_9_0_tag"
     "1.10.0": "mynewt_1_10_0_tag"
     "1.11.0": "mynewt_1_11_0_tag"
+    "1.12.0": "mynewt_1_12_0_tag"
 
     "0-latest": "1.11.0"
     "1-latest": "1.11.0"
@@ -59,6 +60,7 @@ repo.versions:
     "1.9-latest": "1.9.0"
     "1.10-latest": "1.10.0"
     "1.11-latest": "1.11.0"
+    "1.12-latest": "1.12.0"
 
 repo.newt_compatibility:
     # Allow all versions for 0.0.0.  This is a workaround to prevent a warning
@@ -78,6 +80,9 @@ repo.newt_compatibility:
     # Core 1.9.0+ requires newt 1.9.0+ (feature: sysval restrictions relaxed)
     # Core 1.10.0+ requires newt 1.10.0+ (feature: const sysval)
     # 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)
+    1.12.0:
+        1.12.0: good
     1.11.0:
         1.11.0: good
     1.10.0:
@@ -119,6 +124,7 @@ repo.deps:
             mynewt_1_9_0_tag: 1.4.0
             mynewt_1_10_0_tag: 1.5.0
             mynewt_1_11_0_tag: 1.6.0
+            mynewt_1_12_0_tag: 1.7.0
 
     mcuboot:
         type: github
@@ -132,6 +138,7 @@ repo.deps:
             mynewt_1_9_0_tag: 1.7.2
             mynewt_1_10_0_tag: 1.7.2
             mynewt_1_11_0_tag: 1.10.0
+            mynewt_1_12_0_tag: 2.0.0
 
     apache-mynewt-mcumgr:
         type: github
@@ -143,3 +150,4 @@ repo.deps:
             mynewt_1_9_0_tag: 0.2.0
             mynewt_1_10_0_tag: 0.3.0
             mynewt_1_11_0_tag: 0.4.0
+            mynewt_1_12_0_tag: 0.4.0

Reply via email to