From 0bb4c2a9ac5fb0cd055110f3648cf23cb148c4b0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 11:50:54 +0000 Subject: [PATCH] chore(main): release 0.12.1 --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b06ad78..11fbb1fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.12.1](https://github.com/snakemake/snakemake-executor-plugin-slurm/compare/v0.12.0...v0.12.1) (2025-01-15) + + +### Bug Fixes + +* sshare testing as an alternative to sacctmgr account tests ([#178](https://github.com/snakemake/snakemake-executor-plugin-slurm/issues/178)) ([38fa919](https://github.com/snakemake/snakemake-executor-plugin-slurm/commit/38fa919ead6554c804e95424a61170e4967c9d63)) + ## [0.12.0](https://github.com/snakemake/snakemake-executor-plugin-slurm/compare/v0.11.2...v0.12.0) (2025-01-08) diff --git a/pyproject.toml b/pyproject.toml index 024f6774..91ca1fa7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "snakemake-executor-plugin-slurm" -version = "0.12.0" +version = "0.12.1" description = "A Snakemake executor plugin for submitting jobs to a SLURM cluster." authors = [ "Christian Meesters ",