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


The following commit(s) were added to refs/heads/master by this push:
     new eb2f91f  Mcumgr relase 0.1.0
eb2f91f is described below

commit eb2f91fc3c3946e1261f3d5a87a0203c3d14a3e4
Author: Szymon Janc <[email protected]>
AuthorDate: Mon Mar 9 10:55:52 2020 +0100

    Mcumgr relase 0.1.0
    
    This is initial release.
---
 README.md      | 2 +-
 repository.yml | 6 ++++--
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 2738389..887f686 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 # mcumgr
 
-This is mcumgr, version 0.0.1
+This is mcumgr, version 0.1.0
 
 mcumgr is a management library for 32-bit MCUs.   The goal of mcumgr is to
 define a common management infrastructure with pluggable transport and encoding
diff --git a/repository.yml b/repository.yml
index 908f4f2..43006fc 100644
--- a/repository.yml
+++ b/repository.yml
@@ -20,6 +20,8 @@
 repo.name: apache-mynewt-mcumgr
 repo.versions:
     "0.0.0": "master"
+    "0.1.0": "mcumgr_0_1_0_tag"
 
-    "0-latest": "0.0.0"
-    "0-dev": "0.0.0"
+
+    "0-dev": "0.0.0"       # master
+    "0-latest": "0.1.0"    # latest release

Reply via email to