From dc84b93df0947293ccfda2350ddbac4b007ba4fb Mon Sep 17 00:00:00 2001 From: lixinyu Date: Thu, 11 Jan 2024 09:48:16 +0800 Subject: [PATCH] version: upgrade version to 0.0.42 the release log: * optimize the research for nativesdk so that oebuild can adapt the alternative nativesdk * add a host proxy function so that when we be in a close network and set proxy in host to connect the network, we also can connect the network in docker container * add a plugin manager function so that we can install or remove the plugin which comply with the oebuild plugin standard 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 c0bc3e3..36e0d75 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.41' +__version__ = '0.0.42' -- Gitee