From 8adfbf88abec205fb33c5e59a2daec2d6671eeb1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 15:53:22 +0200 Subject: [PATCH] chore(main): release 0.10.1 (#144) :robot: I have created a release *beep* *boop* --- ## [0.10.1](https://github.com/snakemake/snakemake-executor-plugin-slurm/compare/v0.10.0...v0.10.1) (2024-09-07) ### Bug Fixes * logfile quoting and scancel error handling ([#140](https://github.com/snakemake/snakemake-executor-plugin-slurm/issues/140)) ([cb5d656](https://github.com/snakemake/snakemake-executor-plugin-slurm/commit/cb5d6568dfdfa3c2235bfe89a1e6ef294ab3ad8d)) --- 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 | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d5c927..7f302d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.10.1](https://github.com/snakemake/snakemake-executor-plugin-slurm/compare/v0.10.0...v0.10.1) (2024-09-07) + + +### Bug Fixes + +* logfile quoting and scancel error handling ([#140](https://github.com/snakemake/snakemake-executor-plugin-slurm/issues/140)) ([cb5d656](https://github.com/snakemake/snakemake-executor-plugin-slurm/commit/cb5d6568dfdfa3c2235bfe89a1e6ef294ab3ad8d)) + ## [0.10.0](https://github.com/snakemake/snakemake-executor-plugin-slurm/compare/v0.9.0...v0.10.0) (2024-08-23) diff --git a/pyproject.toml b/pyproject.toml index 34c814f..a930f7f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "snakemake-executor-plugin-slurm" -version = "0.10.0" +version = "0.10.1" description = "A Snakemake executor plugin for submitting jobs to a SLURM cluster." authors = [ "Christian Meesters ",