Skip to content

Commit ba2c89f

Browse files
chore(main): release 0.1.9 (#13)
🤖 I have created a release *beep* *boop* --- ## [0.1.9](v0.1.8...v0.1.9) (2024-01-13) ### Bug Fixes * fix parallelism in case of group jobs ([#12](#12)) ([6c06d14](6c06d14)) --- 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 6c06d14 commit ba2c89f

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.1.9](https://github.com/snakemake/snakemake-executor-plugin-slurm-jobstep/compare/v0.1.8...v0.1.9) (2024-01-13)
4+
5+
6+
### Bug Fixes
7+
8+
* fix parallelism in case of group jobs ([#12](https://github.com/snakemake/snakemake-executor-plugin-slurm-jobstep/issues/12)) ([6c06d14](https://github.com/snakemake/snakemake-executor-plugin-slurm-jobstep/commit/6c06d14078d1c9a1e002b1d9643fc9d3a9c056d1))
9+
310
## [0.1.8](https://github.com/snakemake/snakemake-executor-plugin-slurm-jobstep/compare/v0.1.7...v0.1.8) (2023-12-08)
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-jobstep"
3-
version = "0.1.8"
3+
version = "0.1.9"
44
description = "A Snakemake executor plugin for running srun jobs inside of SLURM jobs (meant for internal use by snakemake-executor-plugin-slurm)"
55
authors = [
66
"Christian Meesters <meesters@uni-mainz.de>",

0 commit comments

Comments
 (0)