From f94ba69a31477d7f3bc6a14bde1004b9abb20e1d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 19 Jan 2024 17:24:00 +0000 Subject: [PATCH] chore(main): release 0.3.0 --- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d70327e..b859739 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.3.0](https://github.com/snakemake/snakemake-executor-plugin-googlebatch/compare/v0.2.0...v0.3.0) (2024-01-19) + + +### 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)) +* 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) diff --git a/pyproject.toml b/pyproject.toml index be5b0e7..9d6b2e0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "snakemake-executor-plugin-googlebatch" -version = "0.2.0" +version = "0.3.0" description = "" authors = [ "Vanessa Sochat ",