Skip to content

Commit

Permalink
chore(main): release 0.2.0 (#19)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[0.2.0](v0.1.3...v0.2.0)
(2024-07-20)


### Features

* keep pool option
([#22](#22))
([106b48a](106b48a))


### Bug Fixes

* create pool with mgmt batch client
([#10](#10))
([7bddf40](7bddf40)),
closes
[#7](#7)
* update snakemake-storage-plugin-s3 requirement from 0.2.8 to 0.2.10
([#17](#17))
([88625d6](88625d6))
* update to latest snakemake-interface-executor-plugins
([#18](#18))
([5b145a9](5b145a9))


### Documentation

* update usage
([#23](#23))
([613ec1a](613ec1a))

---
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>
  • Loading branch information
github-actions[bot] authored Jul 20, 2024
1 parent 613ec1a commit 7355cea
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [0.2.0](https://github.com/snakemake/snakemake-executor-plugin-azure-batch/compare/v0.1.3...v0.2.0) (2024-07-20)


### Features

* keep pool option ([#22](https://github.com/snakemake/snakemake-executor-plugin-azure-batch/issues/22)) ([106b48a](https://github.com/snakemake/snakemake-executor-plugin-azure-batch/commit/106b48a806ea77315647babe8c16f755f17d1fe9))


### 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))


### Documentation

* update usage ([#23](https://github.com/snakemake/snakemake-executor-plugin-azure-batch/issues/23)) ([613ec1a](https://github.com/snakemake/snakemake-executor-plugin-azure-batch/commit/613ec1ae1f67c18d2178e72582329a7722629ec7))

## [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.2.0"
description = "A Snakemake executor plugin for submitting jobs to Microsoft Azure Batch."
authors = [
"Jake VanCampen <jake.vancampen7@gmail.com>",
Expand Down

0 comments on commit 7355cea

Please sign in to comment.