diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a8b5e394..27a0a98f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +## 0.2.0a47 (2026-04-30) + +### Feat + +- add dot if needed +- better documentation generation + +### Fix + +- better identifier documentation +- better display of path +- better description informations +- do not display {{ identifier }} in description +- better identifier support +- support mode +- root config with identifier + ## 0.2.0a46 (2026-01-29) ### Feat diff --git a/pyproject.toml b/pyproject.toml index 204c2738d..cf211d818 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"] [project] name = "rougail.output_doc" -version = "0.2.0a46" +version = "0.2.0a47" authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}] readme = "README.md" description = "Rougail output doc" diff --git a/src/rougail/output_doc/__version__.py b/src/rougail/output_doc/__version__.py index 5ad815a41..14f1d864e 100644 --- a/src/rougail/output_doc/__version__.py +++ b/src/rougail/output_doc/__version__.py @@ -1 +1 @@ -__version__ = "0.2.0a46" +__version__ = "0.2.0a47"