diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f301e3d..48a012d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.2.0](https://github.com/snakemake/snakemake-executor-plugin-slurm/compare/v1.1.0...v1.2.0) (2025-04-04) + + +### Features + +* added new 'qos' resource ([#241](https://github.com/snakemake/snakemake-executor-plugin-slurm/issues/241)) ([c8cdfc4](https://github.com/snakemake/snakemake-executor-plugin-slurm/commit/c8cdfc4e122c87499495ce9789cb7058dde98013)) + + +### Bug Fixes + +* account and partition settings corrected ([#249](https://github.com/snakemake/snakemake-executor-plugin-slurm/issues/249)) ([e7a248f](https://github.com/snakemake/snakemake-executor-plugin-slurm/commit/e7a248f4aeb50886535f13f5b8d4b56036951d87)) +* case insensitive matching of declared slurm account ([#244](https://github.com/snakemake/snakemake-executor-plugin-slurm/issues/244)) ([dc9a4fd](https://github.com/snakemake/snakemake-executor-plugin-slurm/commit/dc9a4fd754fee372482e66fe1e5eff6a71558eba)) + ## [1.1.0](https://github.com/snakemake/snakemake-executor-plugin-slurm/compare/v1.0.1...v1.1.0) (2025-03-14) diff --git a/pyproject.toml b/pyproject.toml index cd68d81d..fd8aee25 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "snakemake-executor-plugin-slurm" -version = "1.1.0" +version = "1.2.0" description = "A Snakemake executor plugin for submitting jobs to a SLURM cluster." authors = [ "Christian Meesters ",