Skip to content

Commit 286c124

Browse files
committed
chore(main): release 2.1.0
1 parent ccde8ca commit 286c124

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

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.1.0](https://github.com/snakemake/snakemake-executor-plugin-slurm/compare/v2.0.3...v2.1.0) (2025-12-14)
4+
5+
6+
### Features
7+
8+
* pass a shell script to sbatch rather than the command directly ([#380](https://github.com/snakemake/snakemake-executor-plugin-slurm/issues/380)) ([ccde8ca](https://github.com/snakemake/snakemake-executor-plugin-slurm/commit/ccde8caf68c77b685733f87f2a39b57995d3ab74))
9+
10+
11+
### Bug Fixes
12+
13+
* updated gpu model string - may contain a period, now ([#390](https://github.com/snakemake/snakemake-executor-plugin-slurm/issues/390)) ([27607e5](https://github.com/snakemake/snakemake-executor-plugin-slurm/commit/27607e59c5cbe60356fe5823f9b23898adb1bf98))
14+
315
## [2.0.3](https://github.com/snakemake/snakemake-executor-plugin-slurm/compare/v2.0.2...v2.0.3) (2025-12-11)
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.0.3"
3+
version = "2.1.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)