+Release 0.29.1 - Thu Apr. 18 2024 - Huayong Xu <huayong.xug@samsung.com>
+=====================================================================
+ * Fix the issue that mic lost dependency file in docker
+ * enable global arguament '-d' '-i' '-v' to mic create subcommands
+ * don't copy mic code on host pc to mic-bootstap if mic in bootstrap is py3
+
Release 0.28.19 - Thu Apr. 13 2023 - Biao Wang <biao716.wang@samsung.com>
=====================================================================
* Fix mic create image error with rpm 4.14 if %prepackages section exists in ks file.
+mic (0.29.1) unstable; urgency=low
+ * Fix the issue that mic lost dependency file in docker.
+ * enable global arguament '-d' '-i' '-v' to mic create subcommands
+ * don't copy mic code on host pc to mic-bootstap if mic in bootstrap is py3
+
+ -- Huayong Xu <huayong.xu@samsung.com> Thu, 18 Apr 2024 11:00:00 +0800
+
mic (0.28.19) unstable; urgency=low
* Fix mic create image error with rpm 4.14 if %prepackages section exists in
ks file.
+MIC Image Creator 0.29.1 Release Notes
+======================================
+Released Apr 18 2024
+
+This release note documents the changes included in the new release. And
+the release contains new features.
+
+new features
+--------------------------
+ * Fix the issue that mic lost dependency file in docker
+ * enable global arguament '-d' '-i' '-v' to mic create subcommands
+ * don't copy mic code on host pc to mic-bootstap if mic in bootstrap is py3.
+
MIC Image Creator 0.28.19 Release Notes
======================================
Released Apr 13 2023
import os, sys
-__version__ = "0.28.19"
+__version__ = "0.29.1"
cur_path = os.path.dirname(__file__) or '.'
sys.path.insert(0, cur_path + '/3rdparty')
+* Thu Apr 18 2024 Huayong Xu <huayong.xu@samsung.com> - 0.29.1
+ * Fix the issue that mic lost dependency file in docker
+ * enable global arguament '-d' '-i' '-v' to mic create subcommands
+ * don't copy mic code on host pc to mic-bootstap if mic in bootstrap is py3.
+
* Thu Apr 13 2023 Biao Wang <biao716.wang@samsung.com> - 0.28.19
* Fix mic create image error with rpm 4.14 if %prepackages section exists in ks file.
Name: mic
Summary: Image Creator for Linux Distributions
-Version: 0.28.19
+Version: 0.29.1
Release: %{?release_prefix}%{?opensuse_bs:<CI_CNT>.<B_CNT>}%{!?opensuse_bs:0}
Group: Development/Tools
License: GPLv2