Skip to content

Commit a10d7d7

Browse files
chore(main): release 0.11.2 (#167)
🤖 I have created a release *beep* *boop* --- ## [0.11.2](v0.11.1...v0.11.2) (2024-11-07) ### Bug Fixes * sbatch stderr parsing ([#161](#161)) ([0368197](0368197)) * sbatch stderr parsing [#2](#2) ([#165](#165)) ([348e537](348e537)) --- 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>
1 parent 348e537 commit a10d7d7

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.11.2](https://github.com/snakemake/snakemake-executor-plugin-slurm/compare/v0.11.1...v0.11.2) (2024-11-07)
4+
5+
6+
### Bug Fixes
7+
8+
* sbatch stderr parsing ([#161](https://github.com/snakemake/snakemake-executor-plugin-slurm/issues/161)) ([0368197](https://github.com/snakemake/snakemake-executor-plugin-slurm/commit/0368197001afad828d810edb40a02fc4515a3d8f))
9+
* sbatch stderr parsing [#2](https://github.com/snakemake/snakemake-executor-plugin-slurm/issues/2) ([#165](https://github.com/snakemake/snakemake-executor-plugin-slurm/issues/165)) ([348e537](https://github.com/snakemake/snakemake-executor-plugin-slurm/commit/348e537c62bf5792643acaac0a75689c37774b25))
10+
311
## [0.11.1](https://github.com/snakemake/snakemake-executor-plugin-slurm/compare/v0.11.0...v0.11.1) (2024-10-21)
412

513

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "snakemake-executor-plugin-slurm"
3-
version = "0.11.1"
3+
version = "0.11.2"
44
description = "A Snakemake executor plugin for submitting jobs to a SLURM cluster."
55
authors = [
66
"Christian Meesters <[email protected]>",

0 commit comments

Comments
 (0)