bump: version 0.1.0a16 → 0.1.0a17
This commit is contained in:
parent
deee4acd79
commit
6f18fbb701
3 changed files with 12 additions and 2 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
|
@ -1,3 +1,13 @@
|
||||||
|
## 0.1.0a17 (2025-09-29)
|
||||||
|
|
||||||
|
### Feat
|
||||||
|
|
||||||
|
- param line size
|
||||||
|
|
||||||
|
### Fix
|
||||||
|
|
||||||
|
- support numeric string
|
||||||
|
|
||||||
## 0.1.0a16 (2025-09-29)
|
## 0.1.0a16 (2025-09-29)
|
||||||
|
|
||||||
### Feat
|
### Feat
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"]
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "rougail.output_formatter"
|
name = "rougail.output_formatter"
|
||||||
version = "0.1.0a16"
|
version = "0.1.0a17"
|
||||||
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 formatter"
|
description = "Rougail output formatter"
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
__version__ = "0.1.0a16"
|
__version__ = "0.1.0a17"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue