diff --git a/CHANGELOG.md b/CHANGELOG.md index e393f11..462853a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.11.0](https://github.com/snakemake/snakemake-executor-plugin-slurm/compare/v0.10.2...v0.11.0) (2024-09-27) + + +### Features + +* added requeue option to client ([#136](https://github.com/snakemake/snakemake-executor-plugin-slurm/issues/136)) ([b0ff160](https://github.com/snakemake/snakemake-executor-plugin-slurm/commit/b0ff160533536e2d82f738ad6e9e1a268ba616cb)) + ## [0.10.2](https://github.com/snakemake/snakemake-executor-plugin-slurm/compare/v0.10.1...v0.10.2) (2024-09-11) diff --git a/pyproject.toml b/pyproject.toml index aa74915..043ff9e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "snakemake-executor-plugin-slurm" -version = "0.10.2" +version = "0.11.0" description = "A Snakemake executor plugin for submitting jobs to a SLURM cluster." authors = [ "Christian Meesters ",