bump: version 1.0.0rc1 → 1.0.0

This commit is contained in:
egarette@silique.fr 2026-06-21 18:22:40 +02:00
parent 575c9fb642
commit a51cfb8bfd
3 changed files with 28 additions and 187 deletions

View file

@ -1,212 +1,53 @@
## 1.0.0rc1 (2026-06-21) ## 1.0.0 (2026-06-21)
### Feat ### Feat
- better customize vars documentation - 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 - 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 - leadership => sequence
## 0.2.0a25 (2026-05-04)
### Feat
- gen doc for ansible output - gen doc for ansible output
- add dot - add dot
### Fix
- update tests
## 0.2.0a24 (2026-01-21)
### Feat
- doc rougail integration - 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 - gen doc of ansible type
### Fix
- update tests
## 0.2.0a21 (2026-01-09)
### Feat
- add vars for an specified host - add vars for an specified host
## 0.2.0a20 (2025-12-30)
### Feat
- add doc - add doc
### Fix
- update tests
## 0.2.0a19 (2025-12-22)
### Feat
- can sort variable per namespace - can sort variable per namespace
## 0.2.0a18 (2025-11-21)
### Feat
- can remove namespace name in host vars - can remove namespace name in host vars
## 0.2.0a17 (2025-11-06)
### Feat
- add some tests - 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 - remove json.read_write option
- default value for a calculated variable with an unknown optional variable - default value for a calculated variable with an unknown optional variable
- update tests for integer type - 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 - 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 - 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 namespace_is_hostname option
- add tests - add tests
## 0.1.1a2 (2024-11-29)
## 0.1.1a1 (2024-11-28)
### Fix ### 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 - better errors support
## 0.1.1a0 (2024-11-27)
### Fix
- first commit - first commit

View file

@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"]
[project] [project]
name = "rougail.output_ansible" name = "rougail.output_ansible"
version = "1.0.0rc1" version = "1.0.0"
authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}] authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}]
readme = "README.md" readme = "README.md"
description = "Rougail output ansible" description = "Rougail output ansible"

View file

@ -1 +1 @@
__version__ = "1.0.0rc1" __version__ = "1.0.0"