Skip to content

Commit 456e949

Browse files
chore(main): release 0.3.0 (#30)
🤖 I have created a release *beep* *boop* --- ## [0.3.0](v0.2.1...v0.3.0) (2025-02-15) ### Features * cpu-function altered to support cpus-per-gpu, too ([#28](#28)) ([30fecc3](30fecc3)) ### Bug Fixes * gres ([#31](#31)) ([bfa338e](bfa338e)) --- 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 bfa338e commit 456e949

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.3.0](https://github.com/snakemake/snakemake-executor-plugin-slurm-jobstep/compare/v0.2.1...v0.3.0) (2025-02-15)
4+
5+
6+
### Features
7+
8+
* cpu-function altered to support cpus-per-gpu, too ([#28](https://github.com/snakemake/snakemake-executor-plugin-slurm-jobstep/issues/28)) ([30fecc3](https://github.com/snakemake/snakemake-executor-plugin-slurm-jobstep/commit/30fecc3f96b238ad5a4cfdc82d55b5490b8b1524))
9+
10+
11+
### Bug Fixes
12+
13+
* gres ([#31](https://github.com/snakemake/snakemake-executor-plugin-slurm-jobstep/issues/31)) ([bfa338e](https://github.com/snakemake/snakemake-executor-plugin-slurm-jobstep/commit/bfa338ed2e226db9980d954a0aef6c0518daa6fe))
14+
315
## [0.2.1](https://github.com/snakemake/snakemake-executor-plugin-slurm-jobstep/compare/v0.2.0...v0.2.1) (2024-04-11)
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-jobstep"
3-
version = "0.2.1"
3+
version = "0.3.0"
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)