Skip to content

Commit

Permalink
chore(main): release 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jul 15, 2024
1 parent d6b564c commit 13f6cdc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
Expand Down

0 comments on commit 13f6cdc

Please sign in to comment.