+Release 0.29.3 - Fri May. 23 2025 - Wanchao Xu <wanchao.xu@samsung.com>
+=====================================================================
+ * Fix the image failed to create by mic python2 version.
+
Release 0.29.2 - Wed Feb. 26 2025 - Saulin Tuhin <s.tuhin@samsung.com>
=====================================================================
* Enable mixed mode for formatting on Btrfs filesystems to support small devices
+mic (0.29.3) unstable; urgency=low
+ * Fix the image failed to create by mic python2 version.
+
+ -- Wanchao Xu <wanchao.xu@samsung.com> Fri, 23 May 2025 12:00:00 +0800
+
mic (0.29.2) unstable; urgency=low
* Enable mixed mode for formatting on Btrfs filesystems to support small devices
* If arch is riscv64, pass the QEMU_RESERVED_VA environment variable to install_root
+MIC Image Creator 0.29.3 Release Notes
+======================================
+Released May 23 2025
+
+This release note documents the changes included in the new release. And
+the release contains new features.
+
+new features
+--------------------------
+ * Fix the image failed to create by mic python2 version.
+
MIC Image Creator 0.29.2 Release Notes
======================================
Released Feb 26 2025
import os, sys
-__version__ = "0.29.2"
+__version__ = "0.29.3"
cur_path = os.path.dirname(__file__) or '.'
sys.path.insert(0, cur_path + '/3rdparty')
+* Fri May 23 2025 Wanchao Xu <wanchao.xu@samsung.com> - 0.29.3
+ * Fix the image failed to create by mic python2 version.
+
* Wed Feb 26 2025 Saulin Tuhin <s.tuhin@samsung.com> - 0.29.2
* Enable mixed mode for formatting on Btrfs filesystems to support small devices
* If arch is riscv64, pass the QEMU_RESERVED_VA environment variable to install_root
Name: mic
Summary: Image Creator for Linux Distributions
-Version: 0.29.2
+Version: 0.29.3
Release: %{?release_prefix}%{?opensuse_bs:<CI_CNT>.<B_CNT>}%{!?opensuse_bs:0}
Group: Development/Tools
License: GPLv2