File tree 2 files changed +13
-1
lines changed
2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.15.0] ( https://github.com/snakemake/snakemake-executor-plugin-slurm/compare/v0.14.3...v0.15.0 ) (2025-01-23)
4
+
5
+
6
+ ### Features
7
+
8
+ * disallowing blank reports ([ #204 ] ( https://github.com/snakemake/snakemake-executor-plugin-slurm/issues/204 ) ) ([ 6dd0105] ( https://github.com/snakemake/snakemake-executor-plugin-slurm/commit/6dd0105ddf0ac37cd8074b51e5b1f3329b04ae3e ) )
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * initializing self.slurm_logdir ([ #206 ] ( https://github.com/snakemake/snakemake-executor-plugin-slurm/issues/206 ) ) ([ b00e520] ( https://github.com/snakemake/snakemake-executor-plugin-slurm/commit/b00e520a1c3b4707b9ee87765a44c2da23559650 ) )
14
+
3
15
## [ 0.14.3] ( https://github.com/snakemake/snakemake-executor-plugin-slurm/compare/v0.14.2...v0.14.3 ) (2025-01-22)
4
16
5
17
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " snakemake-executor-plugin-slurm"
3
- version = " 0.14.3 "
3
+ version = " 0.15.0 "
4
4
description = " A Snakemake executor plugin for submitting jobs to a SLURM cluster."
5
5
authors = [
6
6
" Christian Meesters <[email protected] >" ,
You can’t perform that action at this time.
0 commit comments