diff --git a/CHANGELOG.md b/CHANGELOG.md index 6591fe334..70cd56518 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,37 @@ +## 1.1.0rc0 (2024-11-01) + +### Feat + +- update dependencies +- translation +- 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 + +- support for unknown language +- license +- 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 diff --git a/pyproject.toml b/pyproject.toml index a0adcfab6..01e178774 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"}, ]