bump: version 0.2.0a40 → 0.2.0a41
This commit is contained in:
parent
f53e8c19bc
commit
c3b6c9e98c
3 changed files with 12 additions and 2 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
__version__ = "0.2.0a40"
|
__version__ = "0.2.0a41"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue