File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
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+
310## [ 8.0.1] ( https://github.com/snakemake/snakemake-interface-executor-plugins/compare/v8.0.0...v8.0.1 ) (2023-11-20)
411
512
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ license = "MIT"
55name = " snakemake-interface-executor-plugins"
66packages = [{include = " snakemake_interface_executor_plugins" }]
77readme = " README.md"
8- version = " 8.0.1 "
8+ version = " 8.0.2 "
99
1010[tool .poetry .dependencies ]
1111argparse-dataclass = " ^2.0.0"
You can’t perform that action at this time.
0 commit comments