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
commit feb31dd09d886c8858fcda61745fe8a6064a825f Author: Szymon Janc <[email protected]> AuthorDate: Fri Dec 12 19:20:35 2025 +0100 Mcumgr 0.6.0 release --- README.md | 2 +- repository.yml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 20ed145..18202ef 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # mcumgr -This is mcumgr, version 0.5.0 +This is mcumgr, version 0.6.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 4012a65..126aaf4 100644 --- a/repository.yml +++ b/repository.yml @@ -25,7 +25,8 @@ repo.versions: "0.3.0": "mcumgr_0_3_0_tag" "0.4.0": "mcumgr_0_4_0_tag" "0.5.0": "mcumgr_0_5_0_tag" + "0.6.0": "mcumgr_0_6_0_tag" "0-dev": "0.0.0" # master - "0-latest": "0.5.0" # latest release + "0-latest": "0.6.0" # latest release
