From 4f85a471319d2d55b515ecde665df17a262cb292 Mon Sep 17 00:00:00 2001 From: snakemake-bot Date: Thu, 18 Dec 2025 15:50:26 +0100 Subject: [PATCH] chore(main): release 2.1.0 --- CHANGELOG.md | 17 +++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a0af24..b0d79cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [2.1.0](https://github.com/snakemake/snakemake-executor-plugin-slurm/compare/v2.0.3...v2.1.0) (2025-12-18) + + +### Features + +* 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)) + + +### Bug Fixes + +* 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)) + + +### Documentation + +* updated for passing commands as script ([#392](https://github.com/snakemake/snakemake-executor-plugin-slurm/issues/392)) ([66d9825](https://github.com/snakemake/snakemake-executor-plugin-slurm/commit/66d98252f28d5a095518eb50370c48ab0a5ca754)) + ## [2.0.3](https://github.com/snakemake/snakemake-executor-plugin-slurm/compare/v2.0.2...v2.0.3) (2025-12-11) diff --git a/pyproject.toml b/pyproject.toml index 5a86031..bd388b7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "snakemake-executor-plugin-slurm" -version = "2.0.3" +version = "2.1.0" description = "A Snakemake executor plugin for submitting jobs to a SLURM cluster." authors = [ "Christian Meesters ",