We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcf9bc4 commit ed7c9aaCopy full SHA for ed7c9aa
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [0.1.2](https://github.com/snakemake/snakemake-executor-plugin-slurm/compare/v0.1.1...v0.1.2) (2023-11-20)
4
+
5
6
+### Bug Fixes
7
8
+* adapt to interface changes ([dcf9bc4](https://github.com/snakemake/snakemake-executor-plugin-slurm/commit/dcf9bc434a927a915eebfe9c3e99f13f74407ef5))
9
10
## [0.1.1](https://github.com/snakemake/snakemake-executor-plugin-slurm/compare/v0.1.0...v0.1.1) (2023-10-29)
11
12
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "snakemake-executor-plugin-slurm"
-version = "0.1.1"
+version = "0.1.2"
description = "A Snakemake executor plugin for submitting jobs to a SLURM cluster."
authors = [
"David Lähnemann <[email protected]>",
0 commit comments