bump: version 0.2.0a33 → 0.2.0a34
This commit is contained in:
parent
bd44db892c
commit
a913be6b52
3 changed files with 14 additions and 2 deletions
12
CHANGELOG.md
12
CHANGELOG.md
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
__version__ = "0.2.0a33"
|
||||
__version__ = "0.2.0a34"
|
||||
|
|
|
|||
Loading…
Reference in a new issue