From 3a46567b946669aa5200b1510805f5d9cb7f3c31 Mon Sep 17 00:00:00 2001 From: Vivus Ignis Date: Fri, 21 Nov 2025 13:37:36 +0100 Subject: [PATCH 1/2] pyproject version bump --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d05accef..dfdd6ae0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "gardenlinux" -version = "0.10.5" +version = "0.10.6" description = "Contains tools to work with the features directory of gardenlinux, for example deducting dependencies from feature sets or validating cnames" authors = ["Garden Linux Maintainers "] license = "Apache-2.0" From 2174c646744f103ad40b3a8c1761308e86678e7e Mon Sep 17 00:00:00 2001 From: Vivus Ignis Date: Fri, 21 Nov 2025 13:39:34 +0100 Subject: [PATCH 2/2] bumped version in setup action --- .github/actions/setup/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index 50b90361..04296e97 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -4,7 +4,7 @@ description: Installs the given GardenLinux Python library inputs: version: description: GardenLinux Python library version - default: "0.10.5" + default: "0.10.6" python_version: description: Python version to setup default: "3.14"