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 2020/03/18 17:44:26 UTC

[mynewt-nimble] branch master updated: Prepare for NimBLE 1.3.0 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 2e4d060  Prepare for NimBLE 1.3.0 release
2e4d060 is described below

commit 2e4d0601bd16ab0f3b65c71f6941ac128a2d4556
Author: Szymon Janc <sz...@codecoup.pl>
AuthorDate: Wed Mar 18 15:45:35 2020 +0100

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

diff --git a/repository.yml b/repository.yml
index fa9357a..0ead71a 100644
--- a/repository.yml
+++ b/repository.yml
@@ -28,10 +28,12 @@ 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.3.0": "nimble_1_3_0_tag"
 
     "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:
     0.0.0:
@@ -42,3 +44,5 @@ repo.newt_compatibility:
         1.6.0: good
     1.2.0:
         1.7.0: good
+    1.3.0:
+        1.8.0: good