From c1f757c1241624eba6be05e6b1d84ba4eb261631 Mon Sep 17 00:00:00 2001 From: Emmanuel Garette Date: Sun, 21 Jun 2026 17:28:26 +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 | 316 ++++----------------------------- pyproject.toml | 2 +- src/rougail/cli/__version__.py | 2 +- 3 files changed, 41 insertions(+), 279 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 07f3b25..cc73abd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,307 +1,69 @@ -## 0.2.0a45 (2026-06-15) +## 1.0.0 (2026-06-21) ### Feat - support commandline user data - -## 0.2.0a44 (2026-05-04) - -### Feat - - multi layers - -## 0.2.0a43 (2026-03-26) - -### Feat - - better mandatories support (centralized) - -### Fix - -- better warnings - -## 0.2.0a42 (2026-01-21) - -### Fix - -- update tests - -## 0.2.0a41 (2026-01-12) - -### Feat - - tiramisu_cache has to be defined in cli namespace - -### Fix - -- add test with rougailcli that assign a symlinkoption - -## 0.2.0a40 (2026-01-04) - -### Feat - - add cli.root option to limit output from a specified family - -## 0.2.0a39 (2026-01-03) - -### Feat - - load tiramisu objects from cache - -## 0.2.0a38 (2026-01-01) - -### Fix - -- more than two layers - -## 0.2.0a37 (2025-12-30) - -### Fix - -- update doc -- update tests - -## 0.2.0a36 (2025-12-22) - -### Fix - -- add permissive properties for unaccessible modes - -## 0.2.0a35 (2025-12-22) - -### Fix - -- documentation - -## 0.2.0a34 (2025-12-22) - -### Feat - - multi rougailcli.yml files - -### Fix - -- user_datas => user_data - -## 0.2.0a33 (2025-11-21) - -### Feat - - add inaccessible_read_write_modes and inaccessible_modes options - -## 0.2.0a32 (2025-11-08) - -### Fix - -- execute interactive mode too - -## 0.2.0a31 (2025-11-07) - -### Fix - -- better layers support - -## 0.2.0a30 (2025-11-07) - -### Feat - - layers information is send to output - -## 0.2.0a29 (2025-11-06) - -### Feat - - choice if invalid value or unknown variable in user data is a fatal error or not - -## 0.2.0a28 (2025-11-03) - -### Feat - - support layers - -### Fix - -- do not display full help to early - -## 0.2.0a27 (2025-10-31) - -### Fix - -- remove all warnings! -- update tests with new output_doc module - -## 0.2.0a26 (2025-10-29) - -### Fix - -- add default option for environment user datas - -## 0.2.0a25 (2025-10-27) - -### Feat - - can use .rougailcli.yml, env variable or command line argument from own script - -## 0.2.0a24 (2025-10-10) - -### Feat - - use rougail-user-data-commandline and mix config use data - -### Fix - -- remove force_apply_user_data support - -## 0.2.0a23 (2025-10-03) - -### Fix - -- config in read_only mode is asked - -## 0.2.0a22 (2025-10-02) - -### Feat - - limit warning when asked - -## 0.2.0a21 (2025-09-29) - -### Feat - - add cli.read_write option - -## 0.2.0a20 (2025-09-22) - -### Fix - -- dictionary => structure - -## 0.2.0a19 (2025-09-03) - -### Fix - -- do now set modified option in second round - -## 0.2.0a18 (2025-05-14) - -### Feat - - able to lad config_file name from environement variable - loads user datas before and after cli params - -## 0.2.0a17 (2025-05-12) - -### Fix - -- upgrade translation -- black - -## 0.2.0a16 (2025-05-09) - -### Fix - -- description - -## 0.2.0a15 (2025-05-05) - -### Fix - -- do not raise if warning in cli - -## 0.2.0a14 (2025-05-02) - -### Fix - -- do not force use_data usage - -## 0.2.0a13 (2025-04-30) - -### Fix - -- add first test + remove add_extra_options option in tiramisu-cmdline-parser -- remove negative_description support -- display user-data instead of user_data in version - -## 0.2.0a12 (2025-04-09) - -### Fix - -- version - -## 0.2.0a11 (2025-03-31) - -### Fix - -- translation - -## 0.2.0a10 (2025-03-31) - -### Fix - -- access to cli.config_file variable with commandline - -## 0.2.0a9 (2025-03-31) - -### Feat - - cli loads .rougailcli.yml file - -## 0.2.0a8 (2025-02-17) - -### Fix - -- add config.py file - -## 0.2.0a7 (2025-02-17) - -### Fix - -- better error support - -## 0.2.0a6 (2025-02-10) - -### Feat - - return 1 if output has problems - -## 0.2.0a5 (2025-02-05) - -### Feat - - user_data can be loaded after other plugins - -## 0.2.0a4 (2025-01-04) - -### Fix - -- add and remove not_for_commandline property - -## 0.2.0a3 (2025-01-04) - -### Fix - -- remove upgrade feature (now in formatter project) + better support of not_for_commandline feature - -## 0.2.0a2 (2024-12-11) - -### Fix - -- user_data and output are not plugins - -## 0.2.0a1 (2024-11-28) - -### Fix - -- separation between run and print function - -## 0.2.0a0 (2024-11-27) - -### Feat - - load config from environment if rougail-user-data-environment is installed ### Fix +- rougail dependencies +- black +- better warnings +- update tests +- add test with rougailcli that assign a symlinkoption +- more than two layers +- update doc +- update tests +- add permissive properties for unaccessible modes +- documentation +- user_datas => user_data +- execute interactive mode too +- better layers support +- do not display full help to early +- remove all warnings! +- update tests with new output_doc module +- add default option for environment user datas +- remove force_apply_user_data support +- config in read_only mode is asked +- dictionary => structure +- do now set modified option in second round +- upgrade translation +- black +- description +- do not raise if warning in cli +- do not force use_data usage +- add first test + remove add_extra_options option in tiramisu-cmdline-parser +- remove negative_description support +- display user-data instead of user_data in version +- version +- translation +- access to cli.config_file variable with commandline +- add config.py file +- better error support +- add and remove not_for_commandline property +- remove upgrade feature (now in formatter project) + better support of not_for_commandline feature +- user_data and output are not plugins +- separation between run and print function - translation is not mandatory ## 0.1.1 (2024-11-06) diff --git a/pyproject.toml b/pyproject.toml index abc4c73..549d80e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"] [project] name = "rougail.cli" -version = "1.0.0rc0" +version = "1.0.0" authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}] readme = "README.md" description = "CLI for Rougail" diff --git a/src/rougail/cli/__version__.py b/src/rougail/cli/__version__.py index bcf7f89..5becc17 100644 --- a/src/rougail/cli/__version__.py +++ b/src/rougail/cli/__version__.py @@ -1 +1 @@ -__version__ = "1.0.0rc0" +__version__ = "1.0.0"