bump: version 1.0.2 → 1.1.0rc0

This commit is contained in:
egarette@silique.fr 2024-11-01 09:12:35 +01:00
parent a6dfcbde4c
commit 406f2121db
2 changed files with 35 additions and 1 deletions

View file

@ -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

View file

@ -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"},
]