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/11/30 22:34:19 UTC

[mynewt-core] 01/03: Update to release 1.3.0

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

utzig pushed a commit to branch 1_3_0_dev
in repository https://gitbox.apache.org/repos/asf/mynewt-core.git

commit 814aa5a7ec8c523fab94f8f15f4e32b391fea447
Author: Fabio Utzig <ut...@apache.org>
AuthorDate: Thu Nov 30 19:51:51 2017 -0200

    Update to release 1.3.0
    
    Signed-off-by: Fabio Utzig <ut...@apache.org>
---
 RELEASE_NOTES.md | 2 +-
 repository.yml   | 6 ++++--
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 6fb0280..d093c02 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -1,6 +1,6 @@
 # RELEASE NOTES
 
-5 September 2017 - Apache Mynewt v1.2.0
+30 November 2017 - Apache Mynewt v1.3.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 0f805c3..8babce0 100644
--- a/repository.yml
+++ b/repository.yml
@@ -30,9 +30,10 @@ 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.3.0
+    "1-latest": "1.3.0"    # 1.3.0
     "0-dev": "0.0.0"       # master
 
     "0.8-latest": "0.8.0"
@@ -40,6 +41,7 @@ repo.versions:
     "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.3-latest": "1.3.0"  # 1.3.0
 
 repo.newt_compatibility:
     # Allow all versions for 0.0.0.  This is a workaround to prevent a warning

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