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 1
1
# Changelog
2
2
3
+ ## [ 0.11.2] ( https://github.com/snakemake/snakemake-executor-plugin-slurm/compare/v0.11.1...v0.11.2 ) (2024-11-07)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * sbatch stderr parsing ([ #161 ] ( https://github.com/snakemake/snakemake-executor-plugin-slurm/issues/161 ) ) ([ 0368197] ( https://github.com/snakemake/snakemake-executor-plugin-slurm/commit/0368197001afad828d810edb40a02fc4515a3d8f ) )
9
+ * sbatch stderr parsing [ #2 ] ( https://github.com/snakemake/snakemake-executor-plugin-slurm/issues/2 ) ([ #165 ] ( https://github.com/snakemake/snakemake-executor-plugin-slurm/issues/165 ) ) ([ 348e537] ( https://github.com/snakemake/snakemake-executor-plugin-slurm/commit/348e537c62bf5792643acaac0a75689c37774b25 ) )
10
+
3
11
## [ 0.11.1] ( https://github.com/snakemake/snakemake-executor-plugin-slurm/compare/v0.11.0...v0.11.1 ) (2024-10-21)
4
12
5
13
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " snakemake-executor-plugin-slurm"
3
- version = " 0.11.1 "
3
+ version = " 0.11.2 "
4
4
description = " A Snakemake executor plugin for submitting jobs to a SLURM cluster."
5
5
authors = [
6
6
" Christian Meesters <meesters@uni-mainz.de>" ,
You can’t perform that action at this time.
0 commit comments