bump: version 0.6.2rc2 → 0.7.0a0
This commit is contained in:
parent
ce59a2544b
commit
03f84ef27e
3 changed files with 12 additions and 2 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
|
@ -1,3 +1,13 @@
|
||||||
|
## 0.7.0a0 (2025-04-30)
|
||||||
|
|
||||||
|
### Feat
|
||||||
|
|
||||||
|
- for boolean always add --xxx and --no-xxx
|
||||||
|
|
||||||
|
### Fix
|
||||||
|
|
||||||
|
- formatter.short_name_max_len for symlink
|
||||||
|
|
||||||
## 0.6.2rc2 (2025-04-09)
|
## 0.6.2rc2 (2025-04-09)
|
||||||
|
|
||||||
### Fix
|
### Fix
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"]
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "tiramisu_cmdline_parser"
|
name = "tiramisu_cmdline_parser"
|
||||||
version = "0.6.2rc2"
|
version = "0.7.0a0"
|
||||||
authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}]
|
authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
description = "command-line parser using Tiramisu"
|
description = "command-line parser using Tiramisu"
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1,2 @@
|
||||||
__version__ = "0.6.2rc2"
|
__version__ = "0.7.0a0"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue