[Release] NPU engine 0.0.7 release
authorDongju Chae <dongju.chae@samsung.com>
Fri, 7 Feb 2020 04:02:39 +0000 (13:02 +0900)
committer송욱/On-Device Lab(SR)/Staff Engineer/삼성전자 <wook16.song@samsung.com>
Fri, 7 Feb 2020 06:12:44 +0000 (15:12 +0900)
This commit releases NPU engine 0.0.7.

Signed-off-by: Dongju Chae <dongju.chae@samsung.com>
CHANGES
debian/changelog
meson.build
packaging/npu-engine.spec

diff --git a/CHANGES b/CHANGES
index 783555e..bce5db3 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,7 @@
+0.0.6 -> 0.0.7:
+  - Verify test cases on FastModel
+  - Fix a few minor bugs
+
 0.0.5 -> 0.0.6:
   - Support new NPU binary format (i.e., version 2)
   - Support non-contiguous multiple input/output tensors
index 94d0d28..243d154 100644 (file)
@@ -1,3 +1,9 @@
+npu-engine (0.0.7) unstable xenial bionic; urgency=medium
+
+  * 0.0.7 release
+
+ -- Dongju Chae <dongju.chae@samsung.com>  Fri, 07 Feb 2020 13:00:00 +0900
+
 npu-engine (0.0.6) unstable xenial bionic; urgency=medium
 
   * 0.0.6 release
index 4abfb71..ccd782b 100644 (file)
@@ -2,7 +2,7 @@
 # C++ is only allowed inside test directory for gtest.
 
 project('npu-engine', ['c', 'cpp'],
-  version: '0.0.6',
+  version: '0.0.7',
   license: ['Proprietary'],
   meson_version: '>=0.50.0',
   default_options: [
index d98faaf..8ce7e1f 100644 (file)
@@ -4,7 +4,7 @@
 
 Name:          npu-engine
 Summary:       NPU Engine
-Version:       0.0.6
+Version:       0.0.7
 Release:       1
 Group:         System Environment/Daemons
 Packager:      MyungJoo Ham <myungjoo.ham@samsung.com>
@@ -215,6 +215,9 @@ HTML pages of lcov results of NPU Engine generated during rpmbuild
 %endif
 
 %changelog
+* Fri Feb 07 2020 Dongju Chae <dongju.chae@samsung.com>
+- Release of 0.0.7
+
 * Tue Jan 07 2020 Dongju Chae <dongju.chae@samsung.com>
 - Release of 0.0.6