diff --git a/CHANGELOG.md b/CHANGELOG.md index f69acb5..62d4781 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.1](https://github.com/snakemake/snakemake-executor-plugin-azure-batch/compare/v0.2.0...v0.2.1) (2024-07-25) + + +### Bug Fixes + +* only create if jobs ([#27](https://github.com/snakemake/snakemake-executor-plugin-azure-batch/issues/27)) ([02c3e85](https://github.com/snakemake/snakemake-executor-plugin-azure-batch/commit/02c3e8589551c3df495b43bb09acd6dfbd9d8b7c)), closes [#25](https://github.com/snakemake/snakemake-executor-plugin-azure-batch/issues/25) + ## [0.2.0](https://github.com/snakemake/snakemake-executor-plugin-azure-batch/compare/v0.1.3...v0.2.0) (2024-07-20) diff --git a/pyproject.toml b/pyproject.toml index bd19307..86a5636 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "snakemake-executor-plugin-azure-batch" -version = "0.2.0" +version = "0.2.1" description = "A Snakemake executor plugin for submitting jobs to Microsoft Azure Batch." authors = [ "Jake VanCampen ",