diff --git a/CHANGELOG.md b/CHANGELOG.md index b33164f..9f4f25b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [9.0.1](https://github.com/snakemake/snakemake-interface-executor-plugins/compare/v9.0.0...v9.0.1) (2024-03-21) + + +### Bug Fixes + +* fix quoting of string arguments that are passed to spawned jobs ([#60](https://github.com/snakemake/snakemake-interface-executor-plugins/issues/60)) ([d3d55a3](https://github.com/snakemake/snakemake-interface-executor-plugins/commit/d3d55a32dbd78be679727c3f95cd42308a9597ab)) + ## [9.0.0](https://github.com/snakemake/snakemake-interface-executor-plugins/compare/v8.2.0...v9.0.0) (2024-03-11) diff --git a/pyproject.toml b/pyproject.toml index 3485fe8..754ff48 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 = "9.0.0" +version = "9.0.1" [tool.poetry.dependencies] argparse-dataclass = "^2.0.0"