Skip to content

Commit e0deb8b

Browse files
chore(main): release 0.7.0
1 parent c821b5e commit e0deb8b

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
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 mini paragraph about Conda and Env Modules ([#42](https://github.com/snakemake/snakemake-executor-plugin-slurm/issues/42)) ([c821b5e](https://github.com/snakemake/snakemake-executor-plugin-slurm/commit/c821b5ea1b7a377421eee3964bf586bb82c47183))
19+
* 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))
20+
* storage update ([#80](https://github.com/snakemake/snakemake-executor-plugin-slurm/issues/80)) ([7e19560](https://github.com/snakemake/snakemake-executor-plugin-slurm/commit/7e19560731ca595687856ce45c8dd9e2fc5446cc))
21+
322
## [0.6.0](https://github.com/snakemake/snakemake-executor-plugin-slurm/compare/v0.5.2...v0.6.0) (2024-06-07)
423

524

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)