Skip to content

Commit 670f2c4

Browse files
committed
chore(main): release 1.6.0
1 parent 6d7c50a commit 670f2c4

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

3+
## [1.6.0](https://github.com/snakemake/snakemake-executor-plugin-slurm/compare/v1.5.0...v1.6.0) (2025-07-20)
4+
5+
6+
### Features
7+
8+
* added github action to label long pending issues as 'stale' ([#239](https://github.com/snakemake/snakemake-executor-plugin-slurm/issues/239)) ([6d7c50a](https://github.com/snakemake/snakemake-executor-plugin-slurm/commit/6d7c50ae492c9557b6cc39119c572c5b5ef1b341))
9+
* treat sbatch errors as job errors instead of workflow errors ([#322](https://github.com/snakemake/snakemake-executor-plugin-slurm/issues/322)) ([5e38507](https://github.com/snakemake/snakemake-executor-plugin-slurm/commit/5e3850762c73abf1fff8ba9e1e8c18379251041f))
10+
311
## [1.5.0](https://github.com/snakemake/snakemake-executor-plugin-slurm/compare/v1.4.0...v1.5.0) (2025-07-04)
412

513

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.5.0"
3+
version = "1.6.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)