We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f756b8 commit 94b0bfaCopy full SHA for 94b0bfa
README.md
@@ -1,6 +1,6 @@
1
# mcumgr
2
3
-This is mcumgr, version 0.5.0
+This is mcumgr, version 0.6.0
4
5
mcumgr is a management library for 32-bit MCUs. The goal of mcumgr is to
6
define a common management infrastructure with pluggable transport and encoding
repository.yml
@@ -25,7 +25,8 @@ repo.versions:
25
"0.3.0": "mcumgr_0_3_0_tag"
26
"0.4.0": "mcumgr_0_4_0_tag"
27
"0.5.0": "mcumgr_0_5_0_tag"
28
+ "0.6.0": "mcumgr_0_6_0_tag"
29
30
31
"0-dev": "0.0.0" # master
- "0-latest": "0.5.0" # latest release
32
+ "0-latest": "0.6.0" # latest release
0 commit comments