From 4ef86366796c71c2ad6b4d7a446b973dbdd95677 Mon Sep 17 00:00:00 2001 From: Emmanuel Garette Date: Sun, 21 Jun 2026 18:29:44 +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 | 161 ++++--------------------- pyproject.toml | 2 +- src/rougail/output_json/__version__.py | 2 +- 3 files changed, 26 insertions(+), 139 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b117fb4..f7a943b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,159 +1,46 @@ -## 0.2.0a21 (2026-06-15) - -### Fix - -- update tests - -## 0.2.0a20 (2026-06-11) +## 1.0.0 (2026-06-21) ### Feat - leadership => sequence - -## 0.2.0a19 (2026-05-04) - -### Feat - - remove mandatory verification - -## 0.2.0a18 (2026-01-21) - -### Fix - -- warnings and errors support - -## 0.2.0a17 (2026-01-14) - -### Fix - -- remove json.get which is conflict with cli.root feature - -## 0.2.0a16 (2025-12-30) - -### Feat - - add doc - -### Fix - -- update tests - -## 0.2.0a15 (2025-12-22) - -### Fix - -- add namespace parameter for ansible -- better namespace support - -## 0.2.0a14 (2025-11-21) - -### Fix - -- ExtentionError => ExtensionError - -## 0.2.0a13 (2025-11-06) - -### Feat - - add some tests - -## 0.2.0a12 (2025-11-03) - -### Feat - - allow extra kwargs - -### Fix - -- update tests - -## 0.2.0a11 (2025-10-10) - -### Fix - -- update test -- tests -- tests for formatter - -## 0.2.0a10 (2025-09-29) - -### Feat - - remove json.read_write option - default value for a calculated variable with an unknown optional variable - update tests for integer type - -## 0.2.0a9 (2025-09-22) - -### Fix - -- dependency - -## 0.2.0a8 (2025-05-12) - -### Fix - -- black - -## 0.2.0a7 (2025-04-30) - -### Fix - -- remove negative_description support -- update tests - -## 0.2.0a6 (2025-04-09) - -### Fix - -- version - -## 0.2.0a5 (2025-04-01) - -### Fix - -- update tests -- update translation - -## 0.2.0a4 (2025-03-30) - -### Fix - -- update tests - -## 0.2.0a3 (2025-03-19) - -### Feat - - add json.get to have sub variables - -## 0.2.0a2 (2025-02-17) - -### Fix - -- translation - -## 0.2.0a1 (2025-02-10) - -### Feat - - output return status too - -## 0.2.0a0 (2024-12-11) - -### Feat - - add error and warnings informations in json - add tests ### Fix +- rougail dependencies +- update translation +- black +- update tests +- warnings and errors support +- remove json.get which is conflict with cli.root feature +- update tests +- add namespace parameter for ansible +- better namespace support +- ExtentionError => ExtensionError +- update tests +- update test +- tests +- tests for formatter +- dependency +- black +- remove negative_description support +- update tests +- version +- update tests +- update translation +- update tests +- translation - update tests - -## 0.1.1a0 (2024-11-28) - -### Fix - - separation between run and print function ## 0.1.0 (2024-11-28) diff --git a/pyproject.toml b/pyproject.toml index 3203053..1f24e52 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"] [project] name = "rougail.output_json" -version = "1.0.0rc0" +version = "1.0.0" authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}] readme = "README.md" description = "Rougail output json" diff --git a/src/rougail/output_json/__version__.py b/src/rougail/output_json/__version__.py index bcf7f89..5becc17 100644 --- a/src/rougail/output_json/__version__.py +++ b/src/rougail/output_json/__version__.py @@ -1 +1 @@ -__version__ = "1.0.0rc0" +__version__ = "1.0.0"