Skip to content

Commit 80b4c8e

Browse files
chore(main): release 0.4.3 (#68)
🤖 I have created a release *beep* *boop* --- ## [0.4.3](v0.4.2...v0.4.3) (2024-04-12) ### Bug Fixes * always create logdir before sbatch ([#67](#67)) ([79fb961](79fb961)) --- 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 79fb961 commit 80b4c8e

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

3+
## [0.4.3](https://github.com/snakemake/snakemake-executor-plugin-slurm/compare/v0.4.2...v0.4.3) (2024-04-12)
4+
5+
6+
### Bug Fixes
7+
8+
* always create logdir before sbatch ([#67](https://github.com/snakemake/snakemake-executor-plugin-slurm/issues/67)) ([79fb961](https://github.com/snakemake/snakemake-executor-plugin-slurm/commit/79fb9612c1ddedd1eadc07741f17a940f2d989c6))
9+
310
## [0.4.2](https://github.com/snakemake/snakemake-executor-plugin-slurm/compare/v0.4.1...v0.4.2) (2024-03-11)
411

512

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.4.2"
3+
version = "0.4.3"
44
description = "A Snakemake executor plugin for submitting jobs to a SLURM cluster."
55
authors = [
66
"Christian Meesters <meesters@uni-mainz.de>",

0 commit comments

Comments
 (0)