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.1.3] ( https://github.com/snakemake/snakemake-executor-plugin-slurm/compare/v0.1.2...v0.1.3 ) (2023-12-06)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * Handle unresponsive sacct ([ #5 ] ( https://github.com/snakemake/snakemake-executor-plugin-slurm/issues/5 ) ) ([ 2f7ec1b] ( https://github.com/snakemake/snakemake-executor-plugin-slurm/commit/2f7ec1bb8cc809f0acba92c92819d57fd1affee1 ) )
9
+
10
+
11
+ ### Documentation
12
+
13
+ * update author encoding ([ 890bdb0] ( https://github.com/snakemake/snakemake-executor-plugin-slurm/commit/890bdb0d011bec922bdce6fa874f06a010ea8334 ) )
14
+
3
15
## [ 0.1.2] ( https://github.com/snakemake/snakemake-executor-plugin-slurm/compare/v0.1.1...v0.1.2 ) (2023-11-20)
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.1.2 "
3
+ version = " 0.1.3 "
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