bump: version 0.2.0a33 → 0.2.0a34

This commit is contained in:
egarette@silique.fr 2025-10-22 17:02:38 +02:00
parent bd44db892c
commit a913be6b52
3 changed files with 14 additions and 2 deletions

View file

@ -1,3 +1,15 @@
## 0.2.0a34 (2025-10-22)
### Feat
- ca force true_color terminal when export to console
### Fix
- parse subtree for a dynamic
- adapt api for rougail-web-ui
- undocumented variable in dynamic
## 0.2.0a33 (2025-10-16)
### Feat

View file

@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"]
[project]
name = "rougail.output_doc"
version = "0.2.0a33"
version = "0.2.0a34"
authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}]
readme = "README.md"
description = "Rougail output doc"

View file

@ -1 +1 @@
__version__ = "0.2.0a33"
__version__ = "0.2.0a34"