From 394557fe8fc1be2889a8eafc8c7ad82afb7e31cb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 16:57:24 -0700 Subject: [PATCH] chore(main): release 0.2.1 (#28) :robot: I have created a release *beep* *boop* --- ## [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) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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 ",