bump: version 0.2.0a17 → 0.2.0a18
This commit is contained in:
parent
1576f105e0
commit
346401912c
3 changed files with 9 additions and 2 deletions
|
|
@ -1,3 +1,10 @@
|
||||||
|
## 0.2.0a18 (2025-05-14)
|
||||||
|
|
||||||
|
### Feat
|
||||||
|
|
||||||
|
- able to lad config_file name from environement variable
|
||||||
|
- loads user datas before and after cli params
|
||||||
|
|
||||||
## 0.2.0a17 (2025-05-12)
|
## 0.2.0a17 (2025-05-12)
|
||||||
|
|
||||||
### Fix
|
### Fix
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"]
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "rougail.cli"
|
name = "rougail.cli"
|
||||||
version = "0.2.0a17"
|
version = "0.2.0a18"
|
||||||
authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}]
|
authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
description = "CLI for Rougail"
|
description = "CLI for Rougail"
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
__version__ = "0.2.0a17"
|
__version__ = "0.2.0a18"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue