From b05cb54d3679667741710536bca2ce1c466e6484 Mon Sep 17 00:00:00 2001 From: lixinyu Date: Mon, 22 Jan 2024 11:42:21 +0800 Subject: [PATCH] version: upgrade version to 0.0.43 the release log: * remove the platform from compile.yaml due to no longer needing it * fix the build bug which initialize the wrong nativesdk path * add a feature that can complement the secondary command automatic * optimized the construction of container launching tasks, adding the ability to customize container creation parameters freely Signed-off-by: lixinyu --- src/oebuild/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/oebuild/version.py b/src/oebuild/version.py index 36e0d75..d15efdc 100644 --- a/src/oebuild/version.py +++ b/src/oebuild/version.py @@ -10,4 +10,4 @@ MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE. See the Mulan PSL v2 for more details. ''' -__version__ = '0.0.42' +__version__ = '0.0.43' -- Gitee