diff --git a/CHANGELOG.md b/CHANGELOG.md index 9296555..094428f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.2](https://github.com/snakemake/snakemake-executor-plugin-cluster-sync/compare/v0.1.1...v0.1.2) (2023-11-30) + + +### Bug Fixes + +* adapt to interface changes ([ddbebab](https://github.com/snakemake/snakemake-executor-plugin-cluster-sync/commit/ddbebab52a8f7414f8da0347212bd24762336df8)) + ## [0.1.1](https://github.com/snakemake/snakemake-executor-plugin-cluster-sync/compare/v0.1.0...v0.1.1) (2023-11-20) diff --git a/pyproject.toml b/pyproject.toml index 1234b72..e4066b9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "snakemake-executor-plugin-cluster-sync" -version = "0.1.1" +version = "0.1.2" description = "A Snakemake executor plugin for cluster jobs that are executed synchronously." authors = ["Johannes Koester "] readme = "README.md"