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 64f5060  Mcumgr 0.2.0 release
64f5060 is described below

commit 64f5060bd8bb466367e0da94da8b425d5b9f6388
Author: Szymon Janc <[email protected]>
AuthorDate: Wed Mar 24 22:16:30 2021 +0100

    Mcumgr 0.2.0 release
---
 README.md      | 2 +-
 repository.yml | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 887f686..286f82d 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 # mcumgr
 
-This is mcumgr, version 0.1.0
+This is mcumgr, version 0.2.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 43006fc..c8917dd 100644
--- a/repository.yml
+++ b/repository.yml
@@ -21,7 +21,8 @@ repo.name: apache-mynewt-mcumgr
 repo.versions:
     "0.0.0": "master"
     "0.1.0": "mcumgr_0_1_0_tag"
+    "0.2.0": "mcumgr_0_2_0_tag"
 
 
     "0-dev": "0.0.0"       # master
-    "0-latest": "0.1.0"    # latest release
+    "0-latest": "0.2.0"    # latest release

Reply via email to