[RELEASE] Add CHANGES to maintain changelog & make 0.0.2 release
authorDongju Chae <dongju.chae@samsung.com>
Fri, 22 Nov 2019 02:11:41 +0000 (11:11 +0900)
committer송욱/On-Device Lab(SR)/Staff Engineer/삼성전자 <wook16.song@samsung.com>
Mon, 25 Nov 2019 01:56:34 +0000 (10:56 +0900)
This commit adds CHANGES to maintain changelog and increases the package
version to 0.0.2.

Signed-off-by: Dongju Chae <dongju.chae@samsung.com>
CHANGES [new file with mode: 0644]
debian/changelog
meson.build
packaging/npu-engine.spec

diff --git a/CHANGES b/CHANGES
new file mode 100644 (file)
index 0000000..3901ef2
--- /dev/null
+++ b/CHANGES
@@ -0,0 +1,4 @@
+0.0.1 -> 0.0.2:
+  - NPU Vision functionality verified in the FastModel envionment
+  - Support Ubuntu 16.04 packaging & emulation of NPU executions
+  - More test cases with single/multi-layer NPU models
index 5d81313..e51a933 100644 (file)
@@ -1,3 +1,9 @@
+npu-engine (0.0.2.1) unstable xenial bionic; urgency=medium
+
+  * 0.0.2 release
+
+ -- Dongju Chae <dongju.chae@samsung.com> Fri, 22 Nov 2019 11:10:00 +0900
+
 npu-engine (0.0.1.0) unstable xenial bionic; urgency=medium
 
   * 0.0.1 RC development started
index 715898e..c402447 100644 (file)
@@ -2,7 +2,7 @@
 # C++ is only allowed inside test directory for gtest.
 
 project('npu-engine', 'c',
-  version: '0.0.1',
+  version: '0.0.2',
   license: ['Proprietary'],
   meson_version: '>=0.50.0',
   default_options: [
index 094cd8f..db1b7c1 100644 (file)
@@ -2,7 +2,7 @@
 
 Name:          npu-engine
 Summary:       NPU Engine
-Version:       0.0.1
+Version:       0.0.2
 Release:       1
 Group:         System Environment/Daemons
 Packager:      MyungJoo Ham <myungjoo.ham@samsung.com>
@@ -170,3 +170,7 @@ HTML pages of lcov results of NPU Engine generated during rpmbuild
 %files unittest-coverage
 %{_datadir}/unittest/*
 %endif
+
+%changelog
+* Fri Nov 22 2019 Dongju Chae <dongju.chae@samsung.com>
+- Release of 0.0.2