Skip to content

Commit 39fcd5a

Browse files
chore(main): release 0.15.1 (#212)
🤖 I have created a release *beep* *boop* --- ## [0.15.1](v0.15.0...v0.15.1) (2025-02-14) ### Bug Fixes * missing quotes for the slurm comment ([#211](#211)) ([44f2e2b](44f2e2b)) --- 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 44f2e2b commit 39fcd5a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.15.1](https://github.com/snakemake/snakemake-executor-plugin-slurm/compare/v0.15.0...v0.15.1) (2025-02-14)
4+
5+
6+
### Bug Fixes
7+
8+
* missing quotes for the slurm comment ([#211](https://github.com/snakemake/snakemake-executor-plugin-slurm/issues/211)) ([44f2e2b](https://github.com/snakemake/snakemake-executor-plugin-slurm/commit/44f2e2b8defdaa2adc6e9d7ab92d60935bccd010))
9+
310
## [0.15.0](https://github.com/snakemake/snakemake-executor-plugin-slurm/compare/v0.14.3...v0.15.0) (2025-01-23)
411

512

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "snakemake-executor-plugin-slurm"
3-
version = "0.15.0"
3+
version = "0.15.1"
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)