bump: version 1.0.2 → 1.1.0-rc0

This commit is contained in:
egarette@silique.fr 2024-10-29 12:32:25 +01:00
parent 7c69ac9557
commit 806df892dc
2 changed files with 31 additions and 1 deletions

View file

@ -1,3 +1,33 @@
## 1.1.0-rc0 (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) ## 1.0.2 (2024-01-28)
### Fix ### Fix

View file

@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"]
[project] [project]
name = "rougail" name = "rougail"
version = "1.0.2" version = "1.1.0-rc0"
authors = [ authors = [
{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}, {name = "Emmanuel Garette", email = "gnunux@gnunux.info"},
] ]