diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d346b40b..51314c7c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## 0.2.0a39 (2025-11-21) + +### Feat + +- change path in description +- add anchor to markdown format and remove unsupported character in anchor id +- use blockquote for family description + +### Fix + +- dynamic variables with identifier in description +- gitlab id in anchor with dynamic variables + ## 0.2.0a38 (2025-11-10) ### Feat diff --git a/pyproject.toml b/pyproject.toml index 20af2db00..bae390d0c 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.0a38" +version = "0.2.0a39" 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 d943c73fb..e56e8c4a9 100644 --- a/src/rougail/output_doc/__version__.py +++ b/src/rougail/output_doc/__version__.py @@ -1 +1 @@ -__version__ = "0.2.0a38" +__version__ = "0.2.0a39"