bump: version 0.2.0a40 → 0.2.0a41

This commit is contained in:
egarette@silique.fr 2026-01-12 15:44:21 +01:00
parent f53e8c19bc
commit c3b6c9e98c
3 changed files with 12 additions and 2 deletions

View file

@ -1,3 +1,13 @@
## 0.2.0a41 (2026-01-12)
### Feat
- tiramisu_cache has to be defined in cli namespace
### Fix
- add test with rougailcli that assign a symlinkoption
## 0.2.0a40 (2026-01-04) ## 0.2.0a40 (2026-01-04)
### 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.0a40" version = "0.2.0a41"
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"

View file

@ -1 +1 @@
__version__ = "0.2.0a40" __version__ = "0.2.0a41"