bump: version 0.2.0a9 → 0.2.0a10
This commit is contained in:
parent
d3b1462db5
commit
fcac55ae92
2 changed files with 15 additions and 1 deletions
14
CHANGELOG.md
14
CHANGELOG.md
|
@ -1,3 +1,17 @@
|
|||
## 0.2.0a10 (2025-03-30)
|
||||
|
||||
### Feat
|
||||
|
||||
- document unix file name parameters
|
||||
- better console output
|
||||
- do not document reference to undocumented variable
|
||||
|
||||
### Fix
|
||||
|
||||
- doc for param
|
||||
- support NamespaceCalculation
|
||||
- convert <ENV> to <ENV> for github plugin
|
||||
|
||||
## 0.2.0a9 (2025-02-19)
|
||||
|
||||
### Fix
|
||||
|
|
|
@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"]
|
|||
|
||||
[project]
|
||||
name = "rougail.output_doc"
|
||||
version = "0.2.0a9"
|
||||
version = "0.2.0a10"
|
||||
authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}]
|
||||
readme = "README.md"
|
||||
description = "Rougail output doc"
|
||||
|
|
Loading…
Reference in a new issue