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 1c9b642  Mcumgr 0.4.0 release
1c9b642 is described below

commit 1c9b642fa3bfb3048b7ed7e75a278667230816c2
Author: Szymon Janc <[email protected]>
AuthorDate: Wed Aug 9 14:51:03 2023 +0200

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

diff --git a/README.md b/README.md
index 94059c0..0e291fc 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 # mcumgr
 
-This is mcumgr, version 0.3.0
+This is mcumgr, version 0.4.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 e07d83c..3ad29a1 100644
--- a/repository.yml
+++ b/repository.yml
@@ -23,7 +23,8 @@ repo.versions:
     "0.1.0": "mcumgr_0_1_0_tag"
     "0.2.0": "mcumgr_0_2_0_tag"
     "0.3.0": "mcumgr_0_3_0_tag"
+    "0.4.0": "mcumgr_0_4_0_tag"
 
 
     "0-dev": "0.0.0"       # master
-    "0-latest": "0.3.0"    # latest release
+    "0-latest": "0.4.0"    # latest release

Reply via email to