Skip to content

Commit a542600

Browse files
committed
chore(main): release 2.6.0
1 parent c6f6658 commit a542600

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## [2.6.0](https://github.com/snakemake/snakemake-executor-plugin-slurm/compare/v2.5.4...v2.6.0) (2026-03-25)
4+
5+
6+
### Features
7+
8+
* 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))
9+
10+
11+
### Bug Fixes
12+
13+
* logo ([#439](https://github.com/snakemake/snakemake-executor-plugin-slurm/issues/439)) ([c4e3ec3](https://github.com/snakemake/snakemake-executor-plugin-slurm/commit/c4e3ec3fec987878495596cd8d9950c16da07bd3))
14+
315
## [2.5.4](https://github.com/snakemake/snakemake-executor-plugin-slurm/compare/v2.5.3...v2.5.4) (2026-03-13)
416

517

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)