Skip to content

Commit ed6ec52

Browse files
chore(main): release 0.7.0
1 parent 92d4445 commit ed6ec52

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

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

3+
## [0.7.0](https://github.com/snakemake/snakemake-executor-plugin-slurm/compare/v0.6.0...v0.7.0) (2024-06-25)
4+
5+
6+
### Features
7+
8+
* warning if run in job ([#78](https://github.com/snakemake/snakemake-executor-plugin-slurm/issues/78)) ([257e830](https://github.com/snakemake/snakemake-executor-plugin-slurm/commit/257e830f28d7a226a0a7dad85703298677b9173c))
9+
10+
11+
### Bug Fixes
12+
13+
* null byte account guess ([#81](https://github.com/snakemake/snakemake-executor-plugin-slurm/issues/81)) ([92d4445](https://github.com/snakemake/snakemake-executor-plugin-slurm/commit/92d44450bae805ef4b42387b9d27b295516d39da))
14+
15+
16+
### Documentation
17+
18+
* added paragraphs about dynamic resource allocation ([#79](https://github.com/snakemake/snakemake-executor-plugin-slurm/issues/79)) ([06a1555](https://github.com/snakemake/snakemake-executor-plugin-slurm/commit/06a1555e0a1466576f2fea59a979d8d3e0c19df4))
19+
* storage update ([#80](https://github.com/snakemake/snakemake-executor-plugin-slurm/issues/80)) ([7e19560](https://github.com/snakemake/snakemake-executor-plugin-slurm/commit/7e19560731ca595687856ce45c8dd9e2fc5446cc))
20+
321
## [0.6.0](https://github.com/snakemake/snakemake-executor-plugin-slurm/compare/v0.5.2...v0.6.0) (2024-06-07)
422

523

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.6.0"
3+
version = "0.7.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)