diff --git a/CHANGELOG.md b/CHANGELOG.md index 8881966..f587179 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.0.2](https://github.com/snakemake/snakemake-interface-executor-plugins/compare/v3.0.1...v3.0.2) (2023-09-12) + + +### Bug Fixes + +* add error details in case of improper join_cli_args usage ([cb0245f](https://github.com/snakemake/snakemake-interface-executor-plugins/commit/cb0245fe47adfc73e07600821b5813687025ad9c)) + ## [3.0.1](https://github.com/snakemake/snakemake-interface-executor-plugins/compare/v3.0.0...v3.0.1) (2023-09-11) diff --git a/pyproject.toml b/pyproject.toml index 0426960..f696245 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ license = "MIT" name = "snakemake-interface-executor-plugins" packages = [{include = "snakemake_interface_executor_plugins"}] readme = "README.md" -version = "3.0.1" +version = "3.0.2" [tool.poetry.dependencies] argparse-dataclass = "^2.0.0"