From 2f9f16cd3fcd99bd468667bfbc66400a817335ea Mon Sep 17 00:00:00 2001 From: Tiara Lena Hock Date: Tue, 9 Dec 2025 14:34:47 +0100 Subject: [PATCH] Bump to 0.10.8 to pin workflows against it --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 393e265c..b000fd0c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "gardenlinux" -version = "0.10.7" +version = "0.10.8" 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"