File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.9.0] ( https://github.com/snakemake/snakemake-executor-plugin-slurm/compare/v0.8.0...v0.9.0 ) (2024-08-06)
4
+
5
+
6
+ ### Features
7
+
8
+ * multicluster ([ #56 ] ( https://github.com/snakemake/snakemake-executor-plugin-slurm/issues/56 ) ) ([ c0f8fee] ( https://github.com/snakemake/snakemake-executor-plugin-slurm/commit/c0f8feea745a4a97f44898a68effccb2b99834df ) )
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * fixed string for constraints - see issue [ #58 ] ( https://github.com/snakemake/snakemake-executor-plugin-slurm/issues/58 ) ([ #64 ] ( https://github.com/snakemake/snakemake-executor-plugin-slurm/issues/64 ) ) ([ 89e10ff] ( https://github.com/snakemake/snakemake-executor-plugin-slurm/commit/89e10ff14d5705bb522efa74ed847e6a518da672 ) )
14
+
3
15
## [ 0.8.0] ( https://github.com/snakemake/snakemake-executor-plugin-slurm/compare/v0.7.0...v0.8.0 ) (2024-07-12)
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.8 .0"
3
+ version = " 0.9 .0"
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