From a555b0355a4819f53d457cbe6b716b9f09aad0f5 Mon Sep 17 00:00:00 2001 From: Emmanuel Garette Date: Tue, 29 Oct 2024 12:06:34 +0100 Subject: [PATCH] =?UTF-8?q?bump:=20version=201.0.2=20=E2=86=92=201.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 30 ++++++++++++++++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 31 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6591fe334..9609eb61f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,33 @@ +## 1.1.0 (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 diff --git a/pyproject.toml b/pyproject.toml index f2033c599..3616e052d 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.0" authors = [ {name = "Emmanuel Garette", email = "gnunux@gnunux.info"}, ]