From ed1cdc815a94ecff889bf28f85639ddd3592433d Mon Sep 17 00:00:00 2001 From: Emmanuel Garette Date: Sun, 21 Jun 2026 17:53:57 +0200 Subject: [PATCH] =?UTF-8?q?bump:=20version=201.0.0rc0=20=E2=86=92=201.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 154 +++--------------- pyproject.toml | 4 +- .../user_data_environment/__version__.py | 2 +- 3 files changed, 29 insertions(+), 131 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c82032..9480e39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,142 +1,40 @@ -## 0.1.0a20 (2026-06-15) - -### Fix - -- translation - -## 0.1.0a19 (2026-05-04) +## 1.0.0 (2026-06-21) ### Feat - multi layers - -## 0.1.0a18 (2026-01-21) - -### Fix - -- update tests - -## 0.1.0a17 (2025-12-30) - -### Fix - -- doc -- update tests - -## 0.1.0a16 (2025-12-22) - -### Fix - -- add description for validators - -## 0.1.0a15 (2025-11-21) - -### Fix - -- ExtentionError => ExtensionError - -## 0.1.0a14 (2025-11-06) - -### Fix - -- add translation -- update tests - -## 0.1.0a13 (2025-10-29) - -### Feat - - can define a new separator - -## 0.1.0a12 (2025-10-10) - -### Fix - -- update test -- translation + tests -- tests for formatter - -## 0.1.0a11 (2025-09-29) - -### Feat - - default value for a calculated variable with an unknown optional variable - update tests for integer type - -## 0.1.0a10 (2025-09-22) - -### Fix - -- dictionary => structure - -## 0.1.0a9 (2025-06-18) - -### Fix - -- rougail separation - -## 0.1.0a8 (2025-05-12) - -### Feat - - display loaded_from informations - -### Fix - -- black - -## 0.1.0a7 (2025-05-02) - -### Fix - -- do not force use_data usage - -## 0.1.0a6 (2025-04-30) - -### Fix - -- update tests - -## 0.1.0a5 (2025-04-09) - -### Fix - -- version - -## 0.1.0a4 (2025-04-01) - -### Fix - -- update tests - -## 0.1.0a3 (2025-03-30) - -### Fix - -- update tests -- update tests, some errors are now in warnings level - -## 0.1.0a2 (2025-02-10) - -### Fix - -- rename source -- add test without namespace -- update tests - -## 0.1.0a1 (2024-11-27) - -### Fix - -- NAMESPACE. instead of NAMESPACE_ - -## 0.1.0a0 (2024-11-25) - -### Feat - - new package - auto create tested ### Fix +- black +- translation +- update tests +- doc +- update tests +- add description for validators +- ExtentionError => ExtensionError +- add translation +- update tests +- update test +- translation + tests +- tests for formatter +- dictionary => structure +- rougail separation +- black +- do not force use_data usage +- update tests +- version +- update tests +- update tests +- update tests, some errors are now in warnings level +- rename source +- add test without namespace +- update tests +- NAMESPACE. instead of NAMESPACE_ - improve rougail.user_datas method diff --git a/pyproject.toml b/pyproject.toml index 5669de7..4071daf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"] [project] name = "rougail.user_data_environment" -version = "1.0.0rc0" +version = "1.0.0" authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}] readme = "README.md" description = "Rougail user_data environment" @@ -24,7 +24,7 @@ classifiers = [ ] dependencies = [ - "rougail >= 1.1,<2", + "rougail >= 1.2.0,<2", ] [project.urls] diff --git a/src/rougail/user_data_environment/__version__.py b/src/rougail/user_data_environment/__version__.py index bcf7f89..5becc17 100644 --- a/src/rougail/user_data_environment/__version__.py +++ b/src/rougail/user_data_environment/__version__.py @@ -1 +1 @@ -__version__ = "1.0.0rc0" +__version__ = "1.0.0"