bump: version 0.2.0a28 → 0.2.0a29
This commit is contained in:
parent
ca636fe7a6
commit
67876d77a4
3 changed files with 8 additions and 2 deletions
|
|
@ -1,3 +1,9 @@
|
|||
## 0.2.0a29 (2025-11-06)
|
||||
|
||||
### Feat
|
||||
|
||||
- choice if invalid value or unknown variable in user data is a fatal error or not
|
||||
|
||||
## 0.2.0a28 (2025-11-03)
|
||||
|
||||
### Feat
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"]
|
|||
|
||||
[project]
|
||||
name = "rougail.cli"
|
||||
version = "0.2.0a28"
|
||||
version = "0.2.0a29"
|
||||
authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}]
|
||||
readme = "README.md"
|
||||
description = "CLI for Rougail"
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
__version__ = "0.2.0a28"
|
||||
__version__ = "0.2.0a29"
|
||||
|
|
|
|||
Loading…
Reference in a new issue