diff --git a/CHANGELOG.md b/CHANGELOG.md index e6926eed..d1ebb56e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/pyproject.toml b/pyproject.toml index f7c42996..344c3757 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" diff --git a/src/rougail/output_display/__version__.py b/src/rougail/output_display/__version__.py index 5becc17c..6849410a 100644 --- a/src/rougail/output_display/__version__.py +++ b/src/rougail/output_display/__version__.py @@ -1 +1 @@ -__version__ = "1.0.0" +__version__ = "1.1.0"