bump: version 0.2.0a27 → 0.2.0a28
This commit is contained in:
parent
9a0219ce55
commit
d022e44e1d
3 changed files with 13 additions and 2 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
|
@ -1,3 +1,14 @@
|
||||||
|
## 0.2.0a28 (2025-10-02)
|
||||||
|
|
||||||
|
### Feat
|
||||||
|
|
||||||
|
- add gitlab plugin
|
||||||
|
|
||||||
|
### Fix
|
||||||
|
|
||||||
|
- tests for formatter
|
||||||
|
- update translation
|
||||||
|
|
||||||
## 0.2.0a27 (2025-09-29)
|
## 0.2.0a27 (2025-09-29)
|
||||||
|
|
||||||
### Fix
|
### Fix
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"]
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "rougail.output_doc"
|
name = "rougail.output_doc"
|
||||||
version = "0.2.0a27"
|
version = "0.2.0a28"
|
||||||
authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}]
|
authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
description = "Rougail output doc"
|
description = "Rougail output doc"
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
__version__ = "0.2.0a27"
|
__version__ = "0.2.0a28"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue