File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 7.0.3] ( https://github.com/snakemake/snakemake-interface-executor-plugins/compare/v7.0.2...v7.0.3 ) (2023-10-26)
4+
5+
6+ ### Bug Fixes
7+
8+ * fix envvar declarations code ([ fc31775] ( https://github.com/snakemake/snakemake-interface-executor-plugins/commit/fc31775075f8b6ac6317b3762bcd385f31a8b746 ) )
9+ * improved precommand handling ([ af1f010] ( https://github.com/snakemake/snakemake-interface-executor-plugins/commit/af1f01006fd5e7a493659e0bcb80e570628e5176 ) )
10+
311## [ 7.0.2] ( https://github.com/snakemake/snakemake-interface-executor-plugins/compare/v7.0.1...v7.0.2 ) (2023-10-20)
412
513
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 = " 7.0.2 "
8+ version = " 7.0.3 "
99
1010[tool .poetry .dependencies ]
1111argparse-dataclass = " ^2.0.0"
You can’t perform that action at this time.
0 commit comments