diff --git a/CHANGELOG.md b/CHANGELOG.md index 5961457..a491c60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.14.0](https://github.com/snakemake/snakemake-executor-plugin-slurm/compare/v0.13.0...v0.14.0) (2025-01-16) + + +### Features + +* mastodonbot ([#185](https://github.com/snakemake/snakemake-executor-plugin-slurm/issues/185)) ([4051273](https://github.com/snakemake/snakemake-executor-plugin-slurm/commit/4051273cf7c80d57462579845ffc1529d1772024)) + ## [0.13.0](https://github.com/snakemake/snakemake-executor-plugin-slurm/compare/v0.12.1...v0.13.0) (2025-01-16) diff --git a/pyproject.toml b/pyproject.toml index e095f9f..9c900e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "snakemake-executor-plugin-slurm" -version = "0.13.0" +version = "0.14.0" description = "A Snakemake executor plugin for submitting jobs to a SLURM cluster." authors = [ "Christian Meesters ",