We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent caee462 commit 628e719Copy full SHA for 628e719
2 files changed
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [8.0.2](https://github.com/snakemake/snakemake-interface-executor-plugins/compare/v8.0.1...v8.0.2) (2023-11-20)
4
+
5
6
+### Bug Fixes
7
8
+* fix arg passing ([caee462](https://github.com/snakemake/snakemake-interface-executor-plugins/commit/caee46241f4fc639ed585761421d335f7783399c))
9
10
## [8.0.1](https://github.com/snakemake/snakemake-interface-executor-plugins/compare/v8.0.0...v8.0.1) (2023-11-20)
11
12
pyproject.toml
@@ -5,7 +5,7 @@ license = "MIT"
name = "snakemake-interface-executor-plugins"
packages = [{include = "snakemake_interface_executor_plugins"}]
readme = "README.md"
-version = "8.0.1"
+version = "8.0.2"
[tool.poetry.dependencies]
argparse-dataclass = "^2.0.0"
0 commit comments