From 13f6cdc701f655bf167c9222d35753e128453ab7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 21:38:16 +0000 Subject: [PATCH] chore(main): release 0.1.4 --- CHANGELOG.md | 9 +++++++++ pyproject.toml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 348df7d..a4f46ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.1.4](https://github.com/snakemake/snakemake-executor-plugin-azure-batch/compare/v0.1.3...v0.1.4) (2024-07-15) + + +### Bug Fixes + +* create pool with mgmt batch client ([#10](https://github.com/snakemake/snakemake-executor-plugin-azure-batch/issues/10)) ([7bddf40](https://github.com/snakemake/snakemake-executor-plugin-azure-batch/commit/7bddf4005123a4b82b9ad17eb8e6d83208d0bc4c)), closes [#7](https://github.com/snakemake/snakemake-executor-plugin-azure-batch/issues/7) +* update snakemake-storage-plugin-s3 requirement from 0.2.8 to 0.2.10 ([#17](https://github.com/snakemake/snakemake-executor-plugin-azure-batch/issues/17)) ([88625d6](https://github.com/snakemake/snakemake-executor-plugin-azure-batch/commit/88625d60238dc7cb42cd7c7c35704158ad71a932)) +* update to latest snakemake-interface-executor-plugins ([#18](https://github.com/snakemake/snakemake-executor-plugin-azure-batch/issues/18)) ([5b145a9](https://github.com/snakemake/snakemake-executor-plugin-azure-batch/commit/5b145a99404d8f230b275c98c05148b85b430797)) + ## [0.1.3](https://github.com/snakemake/snakemake-executor-plugin-azure-batch/compare/v0.1.2...v0.1.3) (2023-12-20) diff --git a/pyproject.toml b/pyproject.toml index ee02f4a..4b15803 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "snakemake-executor-plugin-azure-batch" -version = "0.1.3" +version = "0.1.4" description = "A Snakemake executor plugin for submitting jobs to Microsoft Azure Batch." authors = [ "Jake VanCampen ",