Skip to content

Commit

Permalink
chore(main): release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Feb 14, 2024
1 parent d5de5a1 commit a883dd9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [0.3.0](https://github.com/snakemake/snakemake-executor-plugin-googlebatch/compare/v0.2.0...v0.3.0) (2024-02-14)


### Features

* add simple example with cos ([#22](https://github.com/snakemake/snakemake-executor-plugin-googlebatch/issues/22)) ([2951454](https://github.com/snakemake/snakemake-executor-plugin-googlebatch/commit/2951454defef65a24396a16f7b9c4103e4156571))
* add support for Google Batch GPUs ([#26](https://github.com/snakemake/snakemake-executor-plugin-googlebatch/issues/26)) ([f2af21c](https://github.com/snakemake/snakemake-executor-plugin-googlebatch/commit/f2af21c6804d5c687d2bc9443497c98fb60641bc))
* preemption ([#25](https://github.com/snakemake/snakemake-executor-plugin-googlebatch/issues/25)) ([d6913a1](https://github.com/snakemake/snakemake-executor-plugin-googlebatch/commit/d6913a13b59f94b4f7c590dfe8c446c535f5c883))
* support for boot disk type, size, and image ([#27](https://github.com/snakemake/snakemake-executor-plugin-googlebatch/issues/27)) ([d5de5a1](https://github.com/snakemake/snakemake-executor-plugin-googlebatch/commit/d5de5a136a63686e8c41077a6cd4aa96816f4a93))

## [0.2.0](https://github.com/snakemake/snakemake-executor-plugin-googlebatch/compare/v0.1.1...v0.2.0) (2024-01-02)


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-googlebatch"
version = "0.2.0"
version = "0.3.0"
description = ""
authors = [
"Vanessa Sochat <[email protected]>",
Expand Down

0 comments on commit a883dd9

Please sign in to comment.