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

commit c96b31938f9d5b185970e5c78df55da37d666ffd
Author: Szymon Janc <szymon.j...@codecoup.pl>
AuthorDate: Wed Mar 18 14:48:42 2020 +0100

    Apache Mynewt 1.8.0 release
---
 RELEASE_NOTES.md   | 8 ++++----
 newtmgr/newtmgr.go | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 257b059..1bb0b97 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -1,6 +1,6 @@
 # RELEASE NOTES
 
-04 June 2018 - Apache Newtmgr v1.4.0
+18 March 2018 - Apache Newtmgr v1.8.0
 
 For full release notes, please visit the
 [Apache Mynewt 
Wiki](https://cwiki.apache.org/confluence/display/MYNEWT/Release+Notes).
@@ -12,9 +12,9 @@ Thew newtmgr tool is documented at 
http://mynewt.apache.org/latest/newtmgr/overv
 
 New features in this version of newtmgr include:
 
-* interactive shell for COAP operations
-* "version" command
-* moved documentation from apache-core to newtmgr repo
+* new '"shell exec" command for executing specified CLI command on target 
device
+* log show now includes imghash
+* multi-image support
 * various bugfixes
 
 If working on next-generation build and source package management systems
diff --git a/newtmgr/newtmgr.go b/newtmgr/newtmgr.go
index f64e164..eeaef26 100644
--- a/newtmgr/newtmgr.go
+++ b/newtmgr/newtmgr.go
@@ -77,7 +77,7 @@ func main() {
                ExeName:       "newtmgr",
                ShortName:     "Newtmgr",
                LongName:      "Apache Newtmgr",
-               VersionString: "1.8.0-dev",
+               VersionString: "1.8.0",
                CfgFilename:   ".newtmgr.cp.json",
        }
 

Reply via email to