Release 3.0.0
authorYelin Jeong <yelini.jeong@samsung.com>
Fri, 14 Jul 2023 06:23:40 +0000 (15:23 +0900)
committer정예린/SoC Architecture팀(SR)/삼성전자 <yelini.jeong@samsung.com>
Fri, 28 Jul 2023 05:13:05 +0000 (14:13 +0900)
- Version sync with npu-engine
- Add memory info in npu_stat_app

Signed-off-by: Yelin Jeong <yelini.jeong@samsung.com>
CHANGES
debian/changelog
meson.build
packaging/npubin-fmt.spec

diff --git a/CHANGES b/CHANGES
index 82183b63c5619b0d3020b123e01011b9e342139a..b245f5812e29c68b781d9d3cd9da817104e253bd 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,7 @@
+1.0.0 -> 3.0.0:
+  - Version sync with npu-engine
+  - Add memory info in npu_stat_app
+
 0.0.1 -> 1.0.0:
   - Build package for npubin-fmt
 
index 7a0ed9847fa4ed2dd1499a13634be2253889866b..eea3d8256e8c84a10145af73f34fcec5f5b4882a 100644 (file)
@@ -1,3 +1,9 @@
+npubin-fmt (3.0.0) unstable bionic focal; urgency=medium
+
+  * 3.0.0 Version sync with npu-engine
+
+ -- Yelin Jeong <yelini.jeong@samsung.com>  Fri, 14 Jul 2023 13:00:00 +0900
+
 npubin-fmt (1.0.0) unstable bionic focal; urgency=medium
 
   * 1.0.0 Build package for npubin-fmt
index ecd610673ea38b56a1e59176c4c42a6f752f6daf..da827911a71593cdd8c40d05cad3cd95f28a2add 100644 (file)
@@ -1,5 +1,5 @@
 project('npubin-fmt', [],
-  version: '1.0.0',
+  version: '3.0.0',
   license: ['Apache-2.0'],
   meson_version: '>=0.47.0',
   default_options: [
index 7aea7d333dade19a6c20d80e82afa105c14ad592..79cb828d5f7567cee50ee10ac17f5eaff9903337 100644 (file)
@@ -1,6 +1,6 @@
 Name:          npubin-fmt
 Summary:       SR NPU binary metadata format
-Version:       1.0.0
+Version:       3.0.0
 Release:       0
 Group:         System Environment/Daemons
 Packager:      MyungJoo Ham <myungjoo.ham@samsung.com>
@@ -37,6 +37,9 @@ This provides npu metadata information for NPU.
 %{_libdir}/pkgconfig/npubin-fmt.pc
 
 %changelog
+* Fri Jul 14 2023 Yelin Jeong <yelini.jeong@samsung.com>
+- Release of 3.0.0
+
 * Thu Jun 13 2023 Jiho Chu <jiho.chu@samsung.com>
 - Release of 1.0.0