Compare commits

...

2 commits

Author SHA1 Message Date
1712650d4a Bump version to 2.1.0 2026-01-09 00:31:39 +01:00
80e7cff831 Update policy-related logic 2026-01-08 23:18:43 +01:00
2 changed files with 19 additions and 17 deletions

View file

@ -405,6 +405,8 @@ if __name__ == '__main__':
if arguments.subcommand is None:
policy_parser.print_help()
else:
policy = PolicyController.get(arguments.policy)
if policy is not None:

View file

@ -1,6 +1,6 @@
[project]
name = "sp-hydra-veil-cli"
version = "2.0.0"
version = "2.1.0"
authors = [
{ name = "Simplified Privacy" },
]
@ -12,7 +12,7 @@ classifiers = [
"Operating System :: POSIX :: Linux",
]
dependencies = [
"sp-hydra-veil-core == 2.0.0",
"sp-hydra-veil-core == 2.1.0",
]
[project.urls]