diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f302d2..e393f11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.10.2](https://github.com/snakemake/snakemake-executor-plugin-slurm/compare/v0.10.1...v0.10.2) (2024-09-11) + + +### Bug Fixes + +* added forgotten yield in case of job preemption ([#148](https://github.com/snakemake/snakemake-executor-plugin-slurm/issues/148)) ([95e5fb7](https://github.com/snakemake/snakemake-executor-plugin-slurm/commit/95e5fb7cbeb6b874a83571328537b85493e10d97)) + ## [0.10.1](https://github.com/snakemake/snakemake-executor-plugin-slurm/compare/v0.10.0...v0.10.1) (2024-09-07) diff --git a/pyproject.toml b/pyproject.toml index a930f7f..aa74915 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "snakemake-executor-plugin-slurm" -version = "0.10.1" +version = "0.10.2" description = "A Snakemake executor plugin for submitting jobs to a SLURM cluster." authors = [ "Christian Meesters ",