bump: version 1.0.2 → 1.1.0rc0
This commit is contained in:
parent
7c69ac9557
commit
7b9ee39a66
2 changed files with 31 additions and 1 deletions
30
CHANGELOG.md
30
CHANGELOG.md
|
@ -1,3 +1,33 @@
|
|||
## 1.1.0rc0 (2024-10-29)
|
||||
|
||||
### Feat
|
||||
|
||||
- in calculation better debugging
|
||||
- can sort dictionaries in different directories
|
||||
- suffix to identifier
|
||||
- better errors messages and improvement
|
||||
- better debugging
|
||||
- update upgrade module
|
||||
- auto add multi for leader
|
||||
- use suffix in property calculation
|
||||
- in structural commandline very is there is conflict alternative name
|
||||
- **#21**: add examples attributes
|
||||
- **#23**: define easily a regexoption
|
||||
- add relative path support
|
||||
- add default inference for basic types
|
||||
- suffixes in dynamic family should be a jinja function (#5)
|
||||
- we should be able to customize a new variable type
|
||||
|
||||
### Fix
|
||||
|
||||
- README
|
||||
- use black
|
||||
- valid mode even if there is no mode configured
|
||||
- valid mode if no mode defined
|
||||
- update tests
|
||||
- type is not always mandatory
|
||||
- auto_save in follower is now allowed in tiramisu
|
||||
|
||||
## 1.0.2 (2024-01-28)
|
||||
|
||||
### Fix
|
||||
|
|
|
@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"]
|
|||
|
||||
[project]
|
||||
name = "rougail"
|
||||
version = "1.0.2"
|
||||
version = "1.1.0rc0"
|
||||
authors = [
|
||||
{name = "Emmanuel Garette", email = "gnunux@gnunux.info"},
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue