Skip to content

Commit 97d7d7d

Browse files
Merge branch 'main' of github.com:snakemake/snakemake-executor-plugin-cluster-sync
2 parents 5f72c68 + fdc44c0 commit 97d7d7d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

3+
## [0.1.2](https://github.com/snakemake/snakemake-executor-plugin-cluster-sync/compare/v0.1.1...v0.1.2) (2023-11-30)
4+
5+
6+
### Bug Fixes
7+
8+
* adapt to interface changes ([ddbebab](https://github.com/snakemake/snakemake-executor-plugin-cluster-sync/commit/ddbebab52a8f7414f8da0347212bd24762336df8))
9+
310
## [0.1.1](https://github.com/snakemake/snakemake-executor-plugin-cluster-sync/compare/v0.1.0...v0.1.1) (2023-11-20)
411

512

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-cluster-sync"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
description = "A Snakemake executor plugin for cluster jobs that are executed synchronously."
55
authors = ["Johannes Koester <[email protected]>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)