From 94289edd7339b4070ca33e59dc19f6de3973ab24 Mon Sep 17 00:00:00 2001 From: "wanchao.xu" Date: Fri, 23 May 2025 11:18:48 +0800 Subject: [PATCH] Bump up to release 0.29.3 Change-Id: I1967ab937f517488efbacbd8a4e93645a34373de Signed-off-by: wanchao.xu --- ChangeLog | 4 ++++ debian/changelog | 5 +++++ doc/RELEASE_NOTES | 11 +++++++++++ mic/__init__.py | 2 +- packaging/mic.changes | 3 +++ packaging/mic.spec | 2 +- 6 files changed, 25 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index f4c55f2..ef4513c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Release 0.29.3 - Fri May. 23 2025 - Wanchao Xu +===================================================================== + * Fix the image failed to create by mic python2 version. + Release 0.29.2 - Wed Feb. 26 2025 - Saulin Tuhin ===================================================================== * Enable mixed mode for formatting on Btrfs filesystems to support small devices diff --git a/debian/changelog b/debian/changelog index 772ae79..0a8ba2c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,8 @@ +mic (0.29.3) unstable; urgency=low + * Fix the image failed to create by mic python2 version. + + -- Wanchao Xu 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 diff --git a/doc/RELEASE_NOTES b/doc/RELEASE_NOTES index 581a9a2..aa06244 100644 --- a/doc/RELEASE_NOTES +++ b/doc/RELEASE_NOTES @@ -1,3 +1,14 @@ +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 diff --git a/mic/__init__.py b/mic/__init__.py index 10ae510..31a8f8a 100755 --- a/mic/__init__.py +++ b/mic/__init__.py @@ -16,7 +16,7 @@ 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') diff --git a/packaging/mic.changes b/packaging/mic.changes index 4b0f22d..eed7137 100644 --- a/packaging/mic.changes +++ b/packaging/mic.changes @@ -1,3 +1,6 @@ +* Fri May 23 2025 Wanchao Xu - 0.29.3 + * Fix the image failed to create by mic python2 version. + * Wed Feb 26 2025 Saulin Tuhin - 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 diff --git a/packaging/mic.spec b/packaging/mic.spec index 20d07d1..5c30793 100755 --- a/packaging/mic.spec +++ b/packaging/mic.spec @@ -9,7 +9,7 @@ Name: mic Summary: Image Creator for Linux Distributions -Version: 0.29.2 +Version: 0.29.3 Release: %{?release_prefix}%{?opensuse_bs:.}%{!?opensuse_bs:0} Group: Development/Tools License: GPLv2 -- 2.34.1