Skip to content

Commit 03d474f

Browse files
chore(main): release 0.9.0 (#124)
🤖 I have created a release *beep* *boop* --- ## [0.9.0](v0.8.0...v0.9.0) (2024-08-06) ### Features * multicluster ([#56](#56)) ([c0f8fee](c0f8fee)) ### Bug Fixes * fixed string for constraints - see issue [#58](#58) ([#64](#64)) ([89e10ff](89e10ff)) --- 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 89e10ff commit 03d474f

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

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

3+
## [0.9.0](https://github.com/snakemake/snakemake-executor-plugin-slurm/compare/v0.8.0...v0.9.0) (2024-08-06)
4+
5+
6+
### Features
7+
8+
* multicluster ([#56](https://github.com/snakemake/snakemake-executor-plugin-slurm/issues/56)) ([c0f8fee](https://github.com/snakemake/snakemake-executor-plugin-slurm/commit/c0f8feea745a4a97f44898a68effccb2b99834df))
9+
10+
11+
### Bug Fixes
12+
13+
* fixed string for constraints - see issue [#58](https://github.com/snakemake/snakemake-executor-plugin-slurm/issues/58) ([#64](https://github.com/snakemake/snakemake-executor-plugin-slurm/issues/64)) ([89e10ff](https://github.com/snakemake/snakemake-executor-plugin-slurm/commit/89e10ff14d5705bb522efa74ed847e6a518da672))
14+
315
## [0.8.0](https://github.com/snakemake/snakemake-executor-plugin-slurm/compare/v0.7.0...v0.8.0) (2024-07-12)
416

517

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.8.0"
3+
version = "0.9.0"
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)