From 03f84ef27ef21e8dda53ff8e9e0e591a8ee1814a Mon Sep 17 00:00:00 2001 From: Emmanuel Garette Date: Wed, 30 Apr 2025 09:12:36 +0200 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.6.2rc2=20=E2=86=92=200.7.0a?= =?UTF-8?q?0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 10 ++++++++++ pyproject.toml | 2 +- tiramisu_cmdline_parser/__version__.py | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b35d785..6940090 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## 0.7.0a0 (2025-04-30) + +### Feat + +- for boolean always add --xxx and --no-xxx + +### Fix + +- formatter.short_name_max_len for symlink + ## 0.6.2rc2 (2025-04-09) ### Fix diff --git a/pyproject.toml b/pyproject.toml index c86fb83..913262a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"] [project] name = "tiramisu_cmdline_parser" -version = "0.6.2rc2" +version = "0.7.0a0" 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 4cb0636..acf74bc 100644 --- a/tiramisu_cmdline_parser/__version__.py +++ b/tiramisu_cmdline_parser/__version__.py @@ -1,2 +1,2 @@ -__version__ = "0.6.2rc2" +__version__ = "0.7.0a0"