Skip to content

Commit 35d7dab

Browse files
chore(main): release 1.0.0 (#227)
🤖 I have created a release *beep* *boop* --- ## [1.0.0](v0.15.1...v1.0.0) (2025-03-12) ### ⚠ BREAKING CHANGES * improved GPU job support ([#173](#173)) ### Features * improved GPU job support ([#173](#173)) ([66dcdcf](66dcdcf)) ### Bug Fixes * another dummy commit to test release-please PR CI behaviour ([#230](#230)) ([791ed16](791ed16)) * logdir misconstruct when leading slash in wildcard ([#220](#220)) ([61de847](61de847)) --- 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: snakemake-bot <[email protected]>
1 parent 791ed16 commit 35d7dab

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

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

3+
## [1.0.0](https://github.com/snakemake/snakemake-executor-plugin-slurm/compare/v0.15.1...v1.0.0) (2025-03-12)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* improved GPU job support ([#173](https://github.com/snakemake/snakemake-executor-plugin-slurm/issues/173))
9+
10+
### Features
11+
12+
* improved GPU job support ([#173](https://github.com/snakemake/snakemake-executor-plugin-slurm/issues/173)) ([66dcdcf](https://github.com/snakemake/snakemake-executor-plugin-slurm/commit/66dcdcfed1b2185e7ffcf8d33ef70bf09e9b2f56))
13+
14+
15+
### Bug Fixes
16+
17+
* another dummy commit to test release-please PR CI behaviour ([#230](https://github.com/snakemake/snakemake-executor-plugin-slurm/issues/230)) ([791ed16](https://github.com/snakemake/snakemake-executor-plugin-slurm/commit/791ed16087079105ec8166e6803e64349063cb7d))
18+
* logdir misconstruct when leading slash in wildcard ([#220](https://github.com/snakemake/snakemake-executor-plugin-slurm/issues/220)) ([61de847](https://github.com/snakemake/snakemake-executor-plugin-slurm/commit/61de84765790af6e3b1a5bbd2970aefb748f2192))
19+
320
## [0.15.1](https://github.com/snakemake/snakemake-executor-plugin-slurm/compare/v0.15.0...v0.15.1) (2025-02-14)
421

522

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.1"
3+
version = "1.0.0"
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)