bump: version 0.2.0a9 → 0.2.0a10

This commit is contained in:
egarette@silique.fr 2025-03-31 10:25:20 +02:00
parent 5327ff1917
commit 1036ccb358
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,9 @@
## 0.2.0a10 (2025-03-31)
### Fix
- access to cli.config_file variable with commandline
## 0.2.0a9 (2025-03-31) ## 0.2.0a9 (2025-03-31)
### Feat ### Feat

View file

@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"]
[project] [project]
name = "rougail.cli" name = "rougail.cli"
version = "0.2.0a9" version = "0.2.0a10"
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"