From 2b9c2517804597ee43114576dc6db1a2d1af3ba7 Mon Sep 17 00:00:00 2001 From: Emmanuel Garette Date: Fri, 21 Nov 2025 08:15:09 +0100 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.2.0a38=20=E2=86=92=200.2.0a?= =?UTF-8?q?39?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 13 +++++++++++++ pyproject.toml | 2 +- src/rougail/output_doc/__version__.py | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) 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"