diff --git a/CHANGELOG.md b/CHANGELOG.md index abf8946..318f987 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## 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 diff --git a/pyproject.toml b/pyproject.toml index d769856..4ef5882 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.7.0a2" +version = "0.7.0a3" 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 8a73f80..4f504b1 100644 --- a/tiramisu_cmdline_parser/__version__.py +++ b/tiramisu_cmdline_parser/__version__.py @@ -1 +1 @@ -__version__ = "0.7.0a2" +__version__ = "0.7.0a3"