You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ut...@apache.org on 2017/12/07 21:17:38 UTC

[mynewt-core] branch master updated: Update for 1.3.0 release

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

utzig 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 85fc884  Update for 1.3.0 release
85fc884 is described below

commit 85fc88429cb6acf7be076b27e2d5e88ee6a22b72
Author: Fabio Utzig <ut...@apache.org>
AuthorDate: Thu Dec 7 17:50:28 2017 -0200

    Update for 1.3.0 release
    
    Signed-off-by: Fabio Utzig <ut...@apache.org>
---
 repository.yml | 14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

diff --git a/repository.yml b/repository.yml
index 0f805c3..6958445 100644
--- a/repository.yml
+++ b/repository.yml
@@ -30,16 +30,18 @@ repo.versions:
     "1.0.0": "mynewt_1_0_0_tag"
     "1.1.0": "mynewt_1_1_0_tag"
     "1.2.0": "mynewt_1_2_0_tag"
+    "1.3.0": "mynewt_1_3_0_tag"
 
-    "0-latest": "1.2.0"    # 1.2.0
-    "1-latest": "1.2.0"    # 1.2.0
+    "0-latest": "1.3.0"
+    "1-latest": "1.3.0"
     "0-dev": "0.0.0"       # master
 
     "0.8-latest": "0.8.0"
     "0.9-latest": "0.9.0"
-    "1.0-latest": "1.0.0"  # 1.0.0
-    "1.1-latest": "1.1.0"  # 1.1.0
-    "1.2-latest": "1.2.0"  # 1.2.0
+    "1.0-latest": "1.0.0"
+    "1.1-latest": "1.1.0"
+    "1.2-latest": "1.2.0"
+    "1.3-latest": "1.3.0"
 
 repo.newt_compatibility:
     # Allow all versions for 0.0.0.  This is a workaround to prevent a warning
@@ -49,6 +51,8 @@ repo.newt_compatibility:
         0.0.0: good
 
     # Core 1.1.0+ requires newt 1.1.0+ (feature: self-overrides).
+    1.3.0:
+        1.1.0: good
     1.2.0:
         1.1.0: good
     1.1.0:

-- 
To stop receiving notification emails like this one, please contact
['"commits@mynewt.apache.org" <co...@mynewt.apache.org>'].