bump: version 0.1.0a9 → 0.1.0a10
This commit is contained in:
parent
7cc4efe1af
commit
7cc9426750
3 changed files with 9 additions and 2 deletions
|
|
@ -1,3 +1,10 @@
|
||||||
|
## 0.1.0a10 (2025-05-02)
|
||||||
|
|
||||||
|
### Fix
|
||||||
|
|
||||||
|
- do not load use_data with rougail cli
|
||||||
|
- support {{ suffix }} name in 1.1 format version
|
||||||
|
|
||||||
## 0.1.0a9 (2025-04-30)
|
## 0.1.0a9 (2025-04-30)
|
||||||
|
|
||||||
### Feat
|
### Feat
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"]
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "rougail.output_formatter"
|
name = "rougail.output_formatter"
|
||||||
version = "0.1.0a9"
|
version = "0.1.0a10"
|
||||||
authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}]
|
authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
description = "Rougail output formatter"
|
description = "Rougail output formatter"
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
__version__ = "0.1.0a9"
|
__version__ = "0.1.0a10"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue