Bump version
Some checks failed
CI / test (push) Failing after 1m18s
Trivy / test (push) Successful in 18s
Lint / test (push) Successful in 28s

This commit is contained in:
Miguel Jacq 2025-12-15 13:34:20 +11:00
parent 82dc870213
commit 2f5a65b737
Signed by: mig5
GPG key ID: 59B3F0C24135C6A9
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
# 0.0.3
* various bug fixes
* Add debian packaging
# 0.0.2 # 0.0.2
* Merge pkg_ and roles created based on file/service detection * Merge pkg_ and roles created based on file/service detection

View file

@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "enroll" name = "enroll"
version = "0.0.2" version = "0.0.3"
description = "Enroll a server's running state retrospectively into Ansible" description = "Enroll a server's running state retrospectively into Ansible"
authors = ["Miguel Jacq <mig@mig5.net>"] authors = ["Miguel Jacq <mig@mig5.net>"]
license = "GPL-3.0-or-later" license = "GPL-3.0-or-later"