From 0352b2b2aaf698ef7fd45c3db9938b0aed3f2f7b Mon Sep 17 00:00:00 2001 From: Emmanuel Garette Date: Sun, 21 Jun 2026 17:21:02 +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 | 64 ++++---------------------- pyproject.toml | 2 +- tiramisu_cmdline_parser/__version__.py | 2 +- 3 files changed, 10 insertions(+), 58 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc90787..e4a23d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,72 +1,24 @@ -## 0.7.0a7 (2026-06-12) - -### Fix - -- remove prog and description attribute -- support exit_on_error - -## 0.7.0a6 (2026-06-11) +## 1.0.0 (2026-06-21) ### Feat - allow undefined option - -## 0.7.0a5 (2025-12-30) - -## 0.7.0a4 (2025-11-21) - -### Feat - - add 'add_help' option un TiramisuCmdLineParser - -## 0.7.0a3 (2025-10-10) - -### Feat - - do not exit() with exit_on_error to False - -### Fix - -- update test - -## 0.7.0a2 (2025-09-29) - -### Fix - -- better support for boolean help - -## 0.7.0a1 (2025-05-12) - -### Fix - -- black - -## 0.7.0a0 (2025-04-30) - -### Feat - - for boolean always add --xxx and --no-xxx ### Fix +- tiramisu dependencies +- black +- remove prog and description attribute +- support exit_on_error +- update test +- better support for boolean help +- black - formatter.short_name_max_len for symlink - -## 0.6.2rc2 (2025-04-09) - -### Fix - - version - -## 0.6.2rc1 (2025-03-19) - -### Fix - - better leader support - -## 0.6.2rc0 (2025-01-03) - -### Fix - - python 2.12 support ## 0.6.1 (2024-11-06) diff --git a/pyproject.toml b/pyproject.toml index 3e9058b..188e615 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"] [project] name = "tiramisu_cmdline_parser" -version = "1.0.0rc0" +version = "1.0.0" authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}] readme = "README.md" description = "command-line parser using Tiramisu" diff --git a/tiramisu_cmdline_parser/__version__.py b/tiramisu_cmdline_parser/__version__.py index bcf7f89..5becc17 100644 --- a/tiramisu_cmdline_parser/__version__.py +++ b/tiramisu_cmdline_parser/__version__.py @@ -1 +1 @@ -__version__ = "1.0.0rc0" +__version__ = "1.0.0"