bump up to release 0.28.18 57/286757/1 accepted/tizen/devbase/tools/20230113.003818 submit/trunk/20230112.173030
authorbiao716.wang <biao716.wang@samsung.com>
Thu, 12 Jan 2023 09:37:30 +0000 (18:37 +0900)
committerbiao716.wang <biao716.wang@samsung.com>
Thu, 12 Jan 2023 09:37:30 +0000 (18:37 +0900)
Change-Id: Ia162b5055db14f0c286caa338cf9f863b1490df4
Signed-off-by: biao716.wang <biao716.wang@samsung.com>
ChangeLog
debian/changelog
doc/RELEASE_NOTES
mic/__init__.py
packaging/mic.changes
packaging/mic.spec

index d837a46..5d58d1f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Release 0.28.18 -  Thu Jan. 12 2023 - Biao Wang <biao716.wang@samsung.com>
+=====================================================================
+  * Add support for RISC-V arch.
+
 Release 0.28.17 -  Wed Aug. 10 2022 - Biao Wang <biao716.wang@samsung.com>
 =====================================================================
   * Add --block-recommends option to allow not install recommended packages
index e803282..d36b62e 100644 (file)
@@ -1,3 +1,8 @@
+mic (0.28.18) unstable; urgency=low
+  * Add support for RISC-V arch.
+
+ -- Biao Wang <biao716.wang@samsung.com>  Thu, 12 Jan 2023 15:00:00 +0800
+
 mic (0.28.17) unstable; urgency=low
   * Add --block-recommends option to allow not install recommended packages
 
index c207ac3..2a883de 100644 (file)
@@ -1,3 +1,14 @@
+MIC Image Creator 0.28.18 Release Notes
+======================================
+Released Jan 12 2023
+
+This release note documents the changes included in the new release. And
+the release contains new features.
+
+new features
+--------------------------
+  * Add support for RIS-V arch.
+
 MIC Image Creator 0.28.17 Release Notes
 ======================================
 Released Aug 10 2022
index 723746b..3507db0 100755 (executable)
@@ -16,7 +16,7 @@
 
 import os, sys
 
-__version__ = "0.28.17"
+__version__ = "0.28.18"
 
 cur_path = os.path.dirname(__file__) or '.'
 sys.path.insert(0, cur_path + '/3rdparty')
index 10ecdd2..20f7bc2 100644 (file)
@@ -1,3 +1,6 @@
+* Thu Jan 12 2023 Biao Wang <biao716.wang@samsung.com> - 0.28.18
+  * Add support for RISC-V arch.
+
 * Thu Aug 10 2022 Biao Wang <biao716.wang@samsung.com> - 0.28.17
   * Add block-recommends option to block install recommends packages.
 
index 28bc1a2..2d5413c 100755 (executable)
@@ -9,7 +9,7 @@
 
 Name:       mic
 Summary:    Image Creator for Linux Distributions
-Version:    0.28.17
+Version:    0.28.18
 Release:    %{?release_prefix}%{?opensuse_bs:<CI_CNT>.<B_CNT>}%{!?opensuse_bs:0}
 Group:      Development/Tools
 License:    GPLv2