bump: version 0.2.0a23 → 0.2.0a24
This commit is contained in:
parent
d9c197ca72
commit
97c87c24d3
4 changed files with 12 additions and 3 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
|
@ -1,3 +1,13 @@
|
||||||
|
## 0.2.0a24 (2025-10-10)
|
||||||
|
|
||||||
|
### Feat
|
||||||
|
|
||||||
|
- use rougail-user-data-commandline and mix config use data
|
||||||
|
|
||||||
|
### Fix
|
||||||
|
|
||||||
|
- remove force_apply_user_data support
|
||||||
|
|
||||||
## 0.2.0a23 (2025-10-03)
|
## 0.2.0a23 (2025-10-03)
|
||||||
|
|
||||||
### Fix
|
### Fix
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"]
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "rougail.cli"
|
name = "rougail.cli"
|
||||||
version = "0.2.0a23"
|
version = "0.2.0a24"
|
||||||
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"
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,6 @@ import os
|
||||||
from warnings import warn, filterwarnings
|
from warnings import warn, filterwarnings
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
from sys import exit
|
from sys import exit
|
||||||
from argparse import ArgumentError
|
|
||||||
|
|
||||||
from tiramisu_cmdline_parser import TiramisuCmdlineParser
|
from tiramisu_cmdline_parser import TiramisuCmdlineParser
|
||||||
from tiramisu.error import PropertiesOptionError
|
from tiramisu.error import PropertiesOptionError
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
__version__ = "0.2.0a23"
|
__version__ = "0.2.0a24"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue