Skip to content

Commit 7fa975f

Browse files
chore(main): release 2.6.0 (#440)
🤖 I have created a release *beep* *boop* --- ## [2.6.0](v2.5.4...v2.6.0) (2026-03-26) ### Features * job arrays ([#174](#174)) ([a51a5bf](a51a5bf)) * Set tmpspace with help of gres="tmpspace:10G" syntax ([#444](#444)) ([c6f6658](c6f6658)) ### Bug Fixes * logo ([#439](#439)) ([c4e3ec3](c4e3ec3)) ### Documentation * add admin documentation ([#436](#436)) ([8f7491f](8f7491f)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **New Features** * Added support for job arrays * Added tmpspace configuration capability via `gres="tmpspace:10G"` * **Bug Fixes** * Fixed logo display issue * **Documentation** * Added admin documentation <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent a51a5bf commit 7fa975f

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## [2.6.0](https://github.com/snakemake/snakemake-executor-plugin-slurm/compare/v2.5.4...v2.6.0) (2026-03-26)
4+
5+
6+
### Features
7+
8+
* job arrays ([#174](https://github.com/snakemake/snakemake-executor-plugin-slurm/issues/174)) ([a51a5bf](https://github.com/snakemake/snakemake-executor-plugin-slurm/commit/a51a5bf8d68da22c635661cec115c9f914435d9f))
9+
* Set tmpspace with help of gres="tmpspace:10G" syntax ([#444](https://github.com/snakemake/snakemake-executor-plugin-slurm/issues/444)) ([c6f6658](https://github.com/snakemake/snakemake-executor-plugin-slurm/commit/c6f6658e97c85cde68d19cea84e85336cb04105a))
10+
11+
12+
### Bug Fixes
13+
14+
* logo ([#439](https://github.com/snakemake/snakemake-executor-plugin-slurm/issues/439)) ([c4e3ec3](https://github.com/snakemake/snakemake-executor-plugin-slurm/commit/c4e3ec3fec987878495596cd8d9950c16da07bd3))
15+
16+
17+
### Documentation
18+
19+
* add admin documentation ([#436](https://github.com/snakemake/snakemake-executor-plugin-slurm/issues/436)) ([8f7491f](https://github.com/snakemake/snakemake-executor-plugin-slurm/commit/8f7491f947ec9e379f2d9e1c0e92548b60964aa9))
20+
321
## [2.5.4](https://github.com/snakemake/snakemake-executor-plugin-slurm/compare/v2.5.3...v2.5.4) (2026-03-13)
422

523

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "snakemake-executor-plugin-slurm"
3-
version = "2.5.4"
3+
version = "2.6.0"
44
description = "A Snakemake executor plugin for submitting jobs to a SLURM cluster."
55
authors = [
66
"Christian Meesters <meesters@uni-mainz.de>",

0 commit comments

Comments
 (0)