From e190e6cc5af51d060059626cbdc4e362d38d0d40 Mon Sep 17 00:00:00 2001 From: snakemake-bot Date: Mon, 24 Nov 2025 15:54:31 +0100 Subject: [PATCH] chore(main): release 2.0.0 --- CHANGELOG.md | 22 ++++++++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2baab51..ebb5086 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog +## [2.0.0](https://github.com/snakemake/snakemake-executor-plugin-slurm/compare/v1.9.2...v2.0.0) (2025-11-24) + + +### ⚠ BREAKING CHANGES + +* proposal for dynamic partition selection ([#321](https://github.com/snakemake/snakemake-executor-plugin-slurm/issues/321)) + +### Features + +* partition time handling ([#378](https://github.com/snakemake/snakemake-executor-plugin-slurm/issues/378)) ([53be508](https://github.com/snakemake/snakemake-executor-plugin-slurm/commit/53be508d8acd3ad4c55b78d3feb57ccc83e5b475)) +* proposal for dynamic partition selection ([#321](https://github.com/snakemake/snakemake-executor-plugin-slurm/issues/321)) ([95821f9](https://github.com/snakemake/snakemake-executor-plugin-slurm/commit/95821f962dcef87dd22953c60fb7346800a1ecc5)) + + +### Bug Fixes + +* naming SLURM logs, SLURM logs not just "log files" ([#372](https://github.com/snakemake/snakemake-executor-plugin-slurm/issues/372)) ([ce7cc4b](https://github.com/snakemake/snakemake-executor-plugin-slurm/commit/ce7cc4b58de64501d9b6e03f007ac834cec49c1d)) + + +### Documentation + +* Replace incorrect Markdown with a blockquote ([#377](https://github.com/snakemake/snakemake-executor-plugin-slurm/issues/377)) ([b45709f](https://github.com/snakemake/snakemake-executor-plugin-slurm/commit/b45709f98c3c1216c77e978aa690c1c95034a95b)) + ## [1.9.2](https://github.com/snakemake/snakemake-executor-plugin-slurm/compare/v1.9.1...v1.9.2) (2025-10-28) diff --git a/pyproject.toml b/pyproject.toml index 9d6d90c..e5d7876 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "snakemake-executor-plugin-slurm" -version = "1.9.2" +version = "2.0.0" description = "A Snakemake executor plugin for submitting jobs to a SLURM cluster." authors = [ "Christian Meesters ",