diff --git a/CHANGELOG.md b/CHANGELOG.md index 75c4fa8..c279b73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## 0.2.0a25 (2026-05-04) + +### Feat + +- gen doc for ansible output +- add dot + +### Fix + +- update tests + ## 0.2.0a24 (2026-01-21) ### Feat diff --git a/pyproject.toml b/pyproject.toml index d5cadfb..cc292f9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"] [project] name = "rougail.output_ansible" -version = "0.2.0a24" +version = "0.2.0a25" authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}] readme = "README.md" description = "Rougail output ansible" diff --git a/src/rougail/output_ansible/__version__.py b/src/rougail/output_ansible/__version__.py index 299c1e1..2957e04 100644 --- a/src/rougail/output_ansible/__version__.py +++ b/src/rougail/output_ansible/__version__.py @@ -1 +1 @@ -__version__ = "0.2.0a24" +__version__ = "0.2.0a25"