File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 4.0.0] ( https://github.com/snakemake/snakemake-interface-executor-plugins/compare/v3.0.2...v4.0.0 ) (2023-09-19)
4+
5+
6+ ### ⚠ BREAKING CHANGES
7+
8+ * rename ExecutorJobInterface into JobExecutorInterface
9+
10+ ### Code Refactoring
11+
12+ * rename ExecutorJobInterface into JobExecutorInterface ([ 9f61b6a] ( https://github.com/snakemake/snakemake-interface-executor-plugins/commit/9f61b6a5f16ab39582429b813640fa08f3e0231c ) )
13+
314## [ 3.0.2] ( https://github.com/snakemake/snakemake-interface-executor-plugins/compare/v3.0.1...v3.0.2 ) (2023-09-12)
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 = " 3 .0.2 "
8+ version = " 4 .0.0 "
99
1010[tool .poetry .dependencies ]
1111argparse-dataclass = " ^2.0.0"
You can’t perform that action at this time.
0 commit comments