From 68d6b1cd14b57b78cc7add63d0a7031ba08a9164 Mon Sep 17 00:00:00 2001 From: Emmanuel Garette Date: Thu, 30 Apr 2026 07:32:53 +0200 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.2.0a46=20=E2=86=92=200.2.0a?= =?UTF-8?q?47?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 17 +++++++++++++++++ pyproject.toml | 2 +- src/rougail/output_doc/__version__.py | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) 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"