bump: version 0.2.0a39 → 0.2.0a40
This commit is contained in:
parent
abe492c178
commit
5abfe1c4a8
3 changed files with 14 additions and 2 deletions
12
CHANGELOG.md
12
CHANGELOG.md
|
|
@ -1,3 +1,15 @@
|
||||||
|
## 0.2.0a40 (2025-12-22)
|
||||||
|
|
||||||
|
### Feat
|
||||||
|
|
||||||
|
- personalise column number
|
||||||
|
- document commandline and environment variable
|
||||||
|
|
||||||
|
### Fix
|
||||||
|
|
||||||
|
- better documentation
|
||||||
|
- better commandline doc + params description is now in rougail
|
||||||
|
|
||||||
## 0.2.0a39 (2025-11-21)
|
## 0.2.0a39 (2025-11-21)
|
||||||
|
|
||||||
### Feat
|
### Feat
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"]
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "rougail.output_doc"
|
name = "rougail.output_doc"
|
||||||
version = "0.2.0a39"
|
version = "0.2.0a40"
|
||||||
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.0a39"
|
__version__ = "0.2.0a40"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue