bump: version 1.0.0rc0 → 1.0.0

This commit is contained in:
egarette@silique.fr 2026-06-21 18:18:19 +02:00
parent f83b126589
commit f6a65f6243
2 changed files with 34 additions and 203 deletions

View file

@ -1,228 +1,59 @@
## 0.2.0a33 (2026-06-15)
### Fix
- update tests
## 0.2.0a32 (2026-06-11)
### Fix
- attributeerror
## 0.2.0a31 (2026-05-04)
## 1.0.0 (2026-06-21)
### Feat
- multi layers
## 0.2.0a30 (2026-01-21)
### Fix
- leadership with smaller default value
## 0.2.0a29 (2026-01-21)
### Fix
- update tests
- secret_manager has no real default value
## 0.2.0a28 (2026-01-16)
### Fix
- display with subconfig
## 0.2.0a27 (2026-01-14)
### Fix
- modified value without layer
## 0.2.0a26 (2026-01-05)
### Fix
- enter in layers list
## 0.2.0a25 (2026-01-01)
### Fix
- better layers support
## 0.2.0a24 (2026-01-01)
### Fix
- error only if default
## 0.2.0a23 (2026-01-01)
### Feat
- add layers + gitlab
## 0.2.0a22 (2025-12-30)
### Fix
- update tests
## 0.2.0a21 (2025-12-22)
### Fix
- console => display
## 0.2.0a20 (2025-12-22)
### Feat
- github output
- document output
## 0.2.0a19 (2025-11-21)
### Feat
- undocumented_modes is now a variable
### Fix
- black
- do not display empty console
## 0.2.0a18 (2025-11-07)
### Feat
- display layers if actived
## 0.2.0a17 (2025-11-06)
### Feat
- support values of differents layers
## 0.2.0a16 (2025-11-03)
### Feat
- support user data layers
## 0.2.0a15 (2025-10-16)
### Fix
- error format
## 0.2.0a14 (2025-10-10)
### Feat
- display error with tree
### Fix
- update tests
- tests for formatter
## 0.2.0a13 (2025-09-29)
### Feat
- remove console.read_write option
- default value for a calculated variable with an unknown optional variable
- update tests for integer type
## 0.2.0a12 (2025-09-22)
### Fix
- dictionary => structure
## 0.2.0a11 (2025-05-12)
### Feat
- display loaded_from informations
### Fix
- black
## 0.2.0a10 (2025-05-09)
### Fix
- the key is the description by default instead of name
## 0.2.0a9 (2025-04-30)
### Fix
- remove negative_description support
- add space before ":" in french
## 0.2.0a8 (2025-04-10)
### Fix
- version
## 0.2.0a7 (2025-04-09)
### Fix
- version
## 0.2.0a6 (2025-04-09)
### Fix
- better output for mandatories variables
## 0.2.0a5 (2025-04-09)
### Fix
- better caption + do not display None value
## 0.2.0a4 (2025-04-01)
### Fix
- update translation
## 0.2.0a3 (2025-02-17)
### Fix
- do not display default value with default_value_makes_sense set to False
- translate ERRORS
## 0.2.0a2 (2025-02-10)
### Feat
- output return status too
- add tests
## 0.2.0a1 (2024-11-28)
- exporter to console
### Fix
- rougail dependencies
- black
- update tests
- attributeerror
- leadership with smaller default value
- update tests
- secret_manager has no real default value
- display with subconfig
- modified value without layer
- enter in layers list
- better layers support
- error only if default
- update tests
- console => display
- black
- do not display empty console
- error format
- update tests
- tests for formatter
- dictionary => structure
- black
- the key is the description by default instead of name
- remove negative_description support
- add space before ":" in french
- version
- version
- better output for mandatories variables
- better caption + do not display None value
- update translation
- do not display default value with default_value_makes_sense set to False
- translate ERRORS
- separation between run and print function
## 0.2.0a0 (2024-11-27)
### Feat
- exporter to console
## 0.1.0 (2024-11-06)
## 0.1.0rc1 (2024-11-06)

View file

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