From d03a0c246b67e1ae6837b640e779aedd636803fd Mon Sep 17 00:00:00 2001 From: Vivus Ignis Date: Fri, 17 Oct 2025 11:13:14 +0200 Subject: [PATCH] version bumped to 0.10.1, gl-gh script added --- .github/actions/setup/action.yml | 2 +- pyproject.toml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index f7f933d2..81c15c1c 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.0" + default: "0.10.1" python_version: description: Python version to setup default: "3.13" diff --git a/pyproject.toml b/pyproject.toml index 6e69ee49..e0c82e4c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "gardenlinux" -version = "0.10.0" +version = "0.10.1" 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" @@ -41,6 +41,7 @@ gl-features-parse = "gardenlinux.features.__main__:main" gl-flavors-parse = "gardenlinux.flavors.__main__:main" gl-oci = "gardenlinux.oci.__main__:main" gl-s3 = "gardenlinux.s3.__main__:main" +gl-gh = "gardenlinux.github.__main__:main" [tool.pytest.ini_options] pythonpath = ["src"]