File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 9.0.0] ( https://github.com/snakemake/snakemake-interface-executor-plugins/compare/v8.2.0...v9.0.0 ) (2024-03-11)
4+
5+
6+ ### ⚠ BREAKING CHANGES
7+
8+ * pass common settings to SpawedJobArgsFactory; shell command arg quoting fixes ([ #58 ] ( https://github.com/snakemake/snakemake-interface-executor-plugins/issues/58 ) )
9+
10+ ### Features
11+
12+ * pass common settings to SpawedJobArgsFactory; shell command arg quoting fixes ([ #58 ] ( https://github.com/snakemake/snakemake-interface-executor-plugins/issues/58 ) ) ([ 867a027] ( https://github.com/snakemake/snakemake-interface-executor-plugins/commit/867a027e8abbfa8937900b648aeade91b01c2c38 ) )
13+
314## [ 8.2.0] ( https://github.com/snakemake/snakemake-interface-executor-plugins/compare/v8.1.3...v8.2.0 ) (2024-01-16)
415
516
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.2 .0"
8+ version = " 9.0 .0"
99
1010[tool .poetry .dependencies ]
1111argparse-dataclass = " ^2.0.0"
You can’t perform that action at this time.
0 commit comments