From 4f5e9213a4f8b24eec5736b30740c80ebfe0e237 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 13:47:44 +0100 Subject: [PATCH] chore(main): release 0.12.0 (#180) :robot: I have created a release *beep* *boop* --- ## [0.12.0](https://github.com/snakemake/snakemake-executor-plugin-slurm/compare/v0.11.2...v0.12.0) (2025-01-08) ### Features * custom log file behaviour ([#159](https://github.com/snakemake/snakemake-executor-plugin-slurm/issues/159)) ([cc3d21b](https://github.com/snakemake/snakemake-executor-plugin-slurm/commit/cc3d21b98034e06ceab2572294fc8923616dbf55)) * experimenting with automated release post to Mastodon ([#166](https://github.com/snakemake/snakemake-executor-plugin-slurm/issues/166)) ([c06325d](https://github.com/snakemake/snakemake-executor-plugin-slurm/commit/c06325d5fae1ebd0940a6edd0136533b4de37711)) ### Documentation * fix headings in further.md ([#168](https://github.com/snakemake/snakemake-executor-plugin-slurm/issues/168)) ([531ebc6](https://github.com/snakemake/snakemake-executor-plugin-slurm/commit/531ebc672fec4c579c701add9d29d178125644e6)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 13 +++++++++++++ pyproject.toml | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b199406..2b06ad7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.12.0](https://github.com/snakemake/snakemake-executor-plugin-slurm/compare/v0.11.2...v0.12.0) (2025-01-08) + + +### Features + +* custom log file behaviour ([#159](https://github.com/snakemake/snakemake-executor-plugin-slurm/issues/159)) ([cc3d21b](https://github.com/snakemake/snakemake-executor-plugin-slurm/commit/cc3d21b98034e06ceab2572294fc8923616dbf55)) +* experimenting with automated release post to Mastodon ([#166](https://github.com/snakemake/snakemake-executor-plugin-slurm/issues/166)) ([c06325d](https://github.com/snakemake/snakemake-executor-plugin-slurm/commit/c06325d5fae1ebd0940a6edd0136533b4de37711)) + + +### Documentation + +* fix headings in further.md ([#168](https://github.com/snakemake/snakemake-executor-plugin-slurm/issues/168)) ([531ebc6](https://github.com/snakemake/snakemake-executor-plugin-slurm/commit/531ebc672fec4c579c701add9d29d178125644e6)) + ## [0.11.2](https://github.com/snakemake/snakemake-executor-plugin-slurm/compare/v0.11.1...v0.11.2) (2024-11-07) diff --git a/pyproject.toml b/pyproject.toml index 8b50b83..024f677 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "snakemake-executor-plugin-slurm" -version = "0.11.2" +version = "0.12.0" description = "A Snakemake executor plugin for submitting jobs to a SLURM cluster." authors = [ "Christian Meesters ",