You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ja...@apache.org on 2019/07/16 16:28:31 UTC

[mynewt-nimble] branch master updated: Prepare for NimBLE 1.2 release

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


The following commit(s) were added to refs/heads/master by this push:
     new 1e919fd  Prepare for NimBLE 1.2 release
1e919fd is described below

commit 1e919fdca7c41a4ec75daa0a84220c5bf8ed4e8e
Author: Szymon Janc <sz...@codecoup.pl>
AuthorDate: Tue Jul 16 18:26:57 2019 +0200

    Prepare for NimBLE 1.2 release
---
 repository.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/repository.yml b/repository.yml
index cd0006b..c92e80a 100644
--- a/repository.yml
+++ b/repository.yml
@@ -27,9 +27,11 @@ repo.versions:
 
     "1.0.0": "nimble_1_0_0_tag"
     "1.1.0": "nimble_1_1_0_tag"
+    "1.2.0": "nimble_1_2_0_tag"
 
     "1.0-latest": "1.0.0"
     "1.1-latest": "1.1.0"
+    "1.2-latest": "1.2.0"
 
 repo.newt_compatibility:
     0.0.0:
@@ -38,3 +40,5 @@ repo.newt_compatibility:
         1.1.0: good
     1.1.0:
         1.6.0: good
+    1.2.0:
+        1.7.0: good