From 58a9c7bd0a547d1060be76e7731064411da7387b Mon Sep 17 00:00:00 2001 From: Emmanuel Garette Date: Mon, 7 Sep 2026 10:40:05 +0200 Subject: [PATCH] =?UTF-8?q?bump:=20version=201.0.0=20=E2=86=92=201.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 11 +++++++++++ pyproject.toml | 2 +- src/rougail/output_display/__version__.py | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) 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"