Skip to content

Commit e190e6c

Browse files
committed
chore(main): release 2.0.0
1 parent 53be508 commit e190e6c

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

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

3+
## [2.0.0](https://github.com/snakemake/snakemake-executor-plugin-slurm/compare/v1.9.2...v2.0.0) (2025-11-24)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* proposal for dynamic partition selection ([#321](https://github.com/snakemake/snakemake-executor-plugin-slurm/issues/321))
9+
10+
### Features
11+
12+
* 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))
13+
* 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))
14+
15+
16+
### Bug Fixes
17+
18+
* 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))
19+
20+
21+
### Documentation
22+
23+
* 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))
24+
325
## [1.9.2](https://github.com/snakemake/snakemake-executor-plugin-slurm/compare/v1.9.1...v1.9.2) (2025-10-28)
426

527

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 = "1.9.2"
3+
version = "2.0.0"
44
description = "A Snakemake executor plugin for submitting jobs to a SLURM cluster."
55
authors = [
66
"Christian Meesters <[email protected]>",

0 commit comments

Comments
 (0)