bump: version 1.2.0a18 → 1.2.0a19
This commit is contained in:
parent
efb23c350e
commit
2027da0675
3 changed files with 16 additions and 2 deletions
14
CHANGELOG.md
14
CHANGELOG.md
|
|
@ -1,3 +1,17 @@
|
||||||
|
## 1.2.0a19 (2025-04-30)
|
||||||
|
|
||||||
|
### Feat
|
||||||
|
|
||||||
|
- add ymlfile names in ConfigError message
|
||||||
|
|
||||||
|
### Fix
|
||||||
|
|
||||||
|
- update translation
|
||||||
|
- remove negative_description support
|
||||||
|
- redefine family in flatten mode
|
||||||
|
- update tests
|
||||||
|
- better multi check
|
||||||
|
|
||||||
## 1.2.0a18 (2025-04-09)
|
## 1.2.0a18 (2025-04-09)
|
||||||
|
|
||||||
### Fix
|
### Fix
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"]
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "rougail"
|
name = "rougail"
|
||||||
version = "1.2.0a18"
|
version = "1.2.0a19"
|
||||||
authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}]
|
authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
description = "A consistency handling system that was initially designed in the configuration management"
|
description = "A consistency handling system that was initially designed in the configuration management"
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
__version__ = "1.2.0a18"
|
__version__ = "1.2.0a19"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue