bump: version 1.0.0rc0 → 1.0.0

This commit is contained in:
egarette@silique.fr 2026-06-21 18:29:44 +02:00
parent 4466c7b936
commit 4ef8636679
3 changed files with 26 additions and 139 deletions

View file

@ -1,159 +1,46 @@
## 0.2.0a21 (2026-06-15) ## 1.0.0 (2026-06-21)
### Fix
- update tests
## 0.2.0a20 (2026-06-11)
### Feat ### Feat
- leadership => sequence - leadership => sequence
## 0.2.0a19 (2026-05-04)
### Feat
- remove mandatory verification - 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 - 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 - add some tests
## 0.2.0a12 (2025-11-03)
### Feat
- allow extra kwargs - 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 - 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.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 - 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 - output return status too
## 0.2.0a0 (2024-12-11)
### Feat
- add error and warnings informations in json - add error and warnings informations in json
- add tests - add tests
### Fix ### 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 - update tests
## 0.1.1a0 (2024-11-28)
### Fix
- separation between run and print function - separation between run and print function
## 0.1.0 (2024-11-28) ## 0.1.0 (2024-11-28)

View file

@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"]
[project] [project]
name = "rougail.output_json" name = "rougail.output_json"
version = "1.0.0rc0" 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 json" description = "Rougail output json"

View file

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