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 13, 2024
1 parent f2af21c commit 57107f3
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.3.0](https://github.com/snakemake/snakemake-executor-plugin-googlebatch/compare/v0.2.0...v0.3.0) (2024-02-13)


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

## [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 57107f3

Please sign in to comment.