Skip to content

Commit bb6fe5e

Browse files
chore(main): release 0.3.0 (#23)
🤖 I have created a release *beep* *boop* --- ## [0.3.0](v0.2.0...v0.3.0) (2024-02-15) ### Features * add simple example with cos ([#22](#22)) ([2951454](2951454)) * add support for Google Batch GPUs ([#26](#26)) ([f2af21c](f2af21c)) * expose network policy interfaces ([#28](#28)) ([41c8d44](41c8d44)) * preemption ([#25](#25)) ([d6913a1](d6913a1)) * support for boot disk type, size, and image ([#27](#27)) ([d5de5a1](d5de5a1)) --- 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>
1 parent 41c8d44 commit bb6fe5e

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [0.3.0](https://github.com/snakemake/snakemake-executor-plugin-googlebatch/compare/v0.2.0...v0.3.0) (2024-02-15)
4+
5+
6+
### Features
7+
8+
* 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))
9+
* 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))
10+
* expose network policy interfaces ([#28](https://github.com/snakemake/snakemake-executor-plugin-googlebatch/issues/28)) ([41c8d44](https://github.com/snakemake/snakemake-executor-plugin-googlebatch/commit/41c8d447502d5bba485b14ebe1eab1f2bf6b50dd))
11+
* preemption ([#25](https://github.com/snakemake/snakemake-executor-plugin-googlebatch/issues/25)) ([d6913a1](https://github.com/snakemake/snakemake-executor-plugin-googlebatch/commit/d6913a13b59f94b4f7c590dfe8c446c535f5c883))
12+
* 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))
13+
314
## [0.2.0](https://github.com/snakemake/snakemake-executor-plugin-googlebatch/compare/v0.1.1...v0.2.0) (2024-01-02)
415

516

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "snakemake-executor-plugin-googlebatch"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
description = ""
55
authors = [
66
"Vanessa Sochat <[email protected]>",

0 commit comments

Comments
 (0)