Skip to content

Commit 9e8e834

Browse files
authored
version bumped to 0.10.1, gl-gh script added (#222)
1 parent 2c7c395 commit 9e8e834

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/actions/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Installs the given GardenLinux Python library
44
inputs:
55
version:
66
description: GardenLinux Python library version
7-
default: "0.10.0"
7+
default: "0.10.1"
88
python_version:
99
description: Python version to setup
1010
default: "3.13"

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "gardenlinux"
3-
version = "0.10.0"
3+
version = "0.10.1"
44
description = "Contains tools to work with the features directory of gardenlinux, for example deducting dependencies from feature sets or validating cnames"
55
authors = ["Garden Linux Maintainers <[email protected]>"]
66
license = "Apache-2.0"
@@ -41,6 +41,7 @@ gl-features-parse = "gardenlinux.features.__main__:main"
4141
gl-flavors-parse = "gardenlinux.flavors.__main__:main"
4242
gl-oci = "gardenlinux.oci.__main__:main"
4343
gl-s3 = "gardenlinux.s3.__main__:main"
44+
gl-gh = "gardenlinux.github.__main__:main"
4445

4546
[tool.pytest.ini_options]
4647
pythonpath = ["src"]

0 commit comments

Comments
 (0)