bump: version 0.7.0a2 → 0.7.0a3
This commit is contained in:
parent
c4ce6dfb3f
commit
9befbf0ade
3 changed files with 12 additions and 2 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
|
@ -1,3 +1,13 @@
|
|||
## 0.7.0a3 (2025-10-10)
|
||||
|
||||
### Feat
|
||||
|
||||
- do not exit() with exit_on_error to False
|
||||
|
||||
### Fix
|
||||
|
||||
- update test
|
||||
|
||||
## 0.7.0a2 (2025-09-29)
|
||||
|
||||
### Fix
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"]
|
|||
|
||||
[project]
|
||||
name = "tiramisu_cmdline_parser"
|
||||
version = "0.7.0a2"
|
||||
version = "0.7.0a3"
|
||||
authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}]
|
||||
readme = "README.md"
|
||||
description = "command-line parser using Tiramisu"
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
__version__ = "0.7.0a2"
|
||||
__version__ = "0.7.0a3"
|
||||
|
|
|
|||
Loading…
Reference in a new issue