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 1
1
# Changelog
2
2
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
+
3
14
## [ 3.0.2] ( https://github.com/snakemake/snakemake-interface-executor-plugins/compare/v3.0.1...v3.0.2 ) (2023-09-12)
4
15
5
16
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ license = "MIT"
5
5
name = " snakemake-interface-executor-plugins"
6
6
packages = [{include = " snakemake_interface_executor_plugins" }]
7
7
readme = " README.md"
8
- version = " 3 .0.2 "
8
+ version = " 4 .0.0 "
9
9
10
10
[tool .poetry .dependencies ]
11
11
argparse-dataclass = " ^2.0.0"
You can’t perform that action at this time.
0 commit comments