bump: version 0.2.0a38 → 0.2.0a39

This commit is contained in:
egarette@silique.fr 2025-11-21 08:15:09 +01:00
parent 0b7f1fe087
commit 2b9c251780
3 changed files with 15 additions and 2 deletions

View file

@ -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

View file

@ -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"

View file

@ -1 +1 @@
__version__ = "0.2.0a38"
__version__ = "0.2.0a39"