From 158fe5ea6e2a3a5eba3db6f58ef9e18838cbabf2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 13 Oct 2023 12:49:58 +0200 Subject: [PATCH] chore(main): release 0.2.1 (#4) :robot: I have created a release *beep* *boop* --- ## [0.2.1](https://github.com/snakemake/snakemake-storage-plugin-s3/compare/v0.2.0...v0.2.1) (2023-10-13) ### Bug Fixes * add homepage to metadata ([825c969](https://github.com/snakemake/snakemake-storage-plugin-s3/commit/825c9693909097c590b8fbc6bf7ffb3b94d0ef4f)) --- 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> --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f1e7a6b..da1a167 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.1](https://github.com/snakemake/snakemake-storage-plugin-s3/compare/v0.2.0...v0.2.1) (2023-10-13) + + +### Bug Fixes + +* add homepage to metadata ([825c969](https://github.com/snakemake/snakemake-storage-plugin-s3/commit/825c9693909097c590b8fbc6bf7ffb3b94d0ef4f)) + ## [0.2.0](https://github.com/snakemake/snakemake-storage-plugin-s3/compare/v0.1.0...v0.2.0) (2023-10-11) diff --git a/pyproject.toml b/pyproject.toml index 2c92f65..afc7d76 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "snakemake-storage-plugin-s3" -version = "0.2.0" +version = "0.2.1" description = "A Snakemake storage plugin for S3 API storage (AWS S3, MinIO, etc.)" authors = ["Johannes Koester "] readme = "README.md"