bump: version 1.0.0 → 1.1.0

This commit is contained in:
egarette@silique.fr 2026-09-07 10:40:05 +02:00
parent 22c429e902
commit 58a9c7bd0a
3 changed files with 13 additions and 2 deletions

View file

@ -1,3 +1,14 @@
## 1.1.0 (2026-09-07)
### Feat
- test dynamic layers
### Fix
- if error is a string do the same error has if it's a dict
- simplify disabled test
## 1.0.0 (2026-06-21)
### Feat

View file

@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"]
[project]
name = "rougail.output_display"
version = "1.0.0"
version = "1.1.0"
authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}]
readme = "README.md"
description = "Rougail output display"

View file

@ -1 +1 @@
__version__ = "1.0.0"
__version__ = "1.1.0"