From a51cfb8bfda10bbf53b215976b904a4c74b1039e Mon Sep 17 00:00:00 2001 From: Emmanuel Garette Date: Sun, 21 Jun 2026 18:22:40 +0200 Subject: [PATCH] =?UTF-8?q?bump:=20version=201.0.0rc1=20=E2=86=92=201.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 211 +++------------------- pyproject.toml | 2 +- src/rougail/output_ansible/__version__.py | 2 +- 3 files changed, 28 insertions(+), 187 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a9dd36a..58543f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,212 +1,53 @@ -## 1.0.0rc1 (2026-06-21) +## 1.0.0 (2026-06-21) ### Feat - better customize vars documentation - -### Fix - -- update french translation - -## 0.2.0a27 (2026-06-15) - -### Feat - - can change the directory where documentation are placed + remove empty vars/main.yml file + better tests - -## 0.2.0a26 (2026-06-11) - -### Feat - - leadership => sequence - -## 0.2.0a25 (2026-05-04) - -### Feat - - gen doc for ansible output - add dot - -### Fix - -- update tests - -## 0.2.0a24 (2026-01-21) - -### Feat - - doc rougail integration - -## 0.2.0a23 (2026-01-14) - -### Fix - -- yaml for all output format - -## 0.2.0a22 (2026-01-14) - -### Feat - - gen doc of ansible type - -### Fix - -- update tests - -## 0.2.0a21 (2026-01-09) - -### Feat - - add vars for an specified host - -## 0.2.0a20 (2025-12-30) - -### Feat - - add doc - -### Fix - -- update tests - -## 0.2.0a19 (2025-12-22) - -### Feat - - can sort variable per namespace - -## 0.2.0a18 (2025-11-21) - -### Feat - - can remove namespace name in host vars - -## 0.2.0a17 (2025-11-06) - -### Feat - - add some tests - -## 0.2.0a16 (2025-10-10) - -### Fix - -- update tests -- tests - -## 0.2.0a15 (2025-10-03) - -### Fix - -- ansible in config is a family -- tests for formatter - -## 0.2.0a14 (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.0a13 (2025-09-22) - -### Fix - -- dictionary => structure - -## 0.2.0a12 (2025-09-10) - -### Fix - -- all group is not necesary - -## 0.2.0a11 (2025-09-08) - -### Fix - -- "all" group are now compose with host and we remove duplicated hostname - -## 0.2.0a10 (2025-07-04) - -### Feat - - add ansible.export_warnings option - -## 0.2.0a9 (2025-06-18) - -### Fix - -- rougail separation - -## 0.2.0a8 (2025-05-12) - -### Fix - -- update tests -- black - -## 0.2.0a7 (2025-05-02) - -### Fix - -- do not force use_data usage - -## 0.2.0a6 (2025-04-30) - -### Fix - -- remove negative_description support -- update tests -- better mandatory support in test - -## 0.2.0a5 (2025-04-09) - -### Fix - -- version - -## 0.2.0a4 (2025-04-01) - -### Fix - -- update tests - -## 0.2.0a3 (2025-02-17) - -### Fix - -- translation - -## 0.2.0a2 (2025-02-10) - -### Feat - - output return status too - -## 0.2.0a1 (2025-01-02) - -### Fix - -- user data ansible is loaded before - -## 0.2.0a0 (2025-01-02) - -### Feat - - add namespace_is_hostname option - add tests -## 0.1.1a2 (2024-11-29) - -## 0.1.1a1 (2024-11-28) - ### Fix +- rougail dependencies +- black +- update french translation +- update tests +- yaml for all output format +- update tests +- update tests +- update tests +- tests +- ansible in config is a family +- tests for formatter +- dictionary => structure +- all group is not necesary +- "all" group are now compose with host and we remove duplicated hostname +- rougail separation +- update tests +- black +- do not force use_data usage +- remove negative_description support +- update tests +- better mandatory support in test +- version +- update tests +- translation +- user data ansible is loaded before - better errors support - -## 0.1.1a0 (2024-11-27) - -### Fix - - first commit diff --git a/pyproject.toml b/pyproject.toml index 459ba47..c6be736 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"] [project] name = "rougail.output_ansible" -version = "1.0.0rc1" +version = "1.0.0" authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}] readme = "README.md" description = "Rougail output ansible" diff --git a/src/rougail/output_ansible/__version__.py b/src/rougail/output_ansible/__version__.py index 6c93125..5becc17 100644 --- a/src/rougail/output_ansible/__version__.py +++ b/src/rougail/output_ansible/__version__.py @@ -1 +1 @@ -__version__ = "1.0.0rc1" +__version__ = "1.0.0"