From dee916e0095e6a86e29021ef94b39b0365c4b884 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 15:56:54 +0100 Subject: [PATCH] chore(main): release 0.2.7 (#10) :robot: I have created a release *beep* *boop* --- ## [0.2.7](https://github.com/snakemake/snakemake-storage-plugin-s3/compare/v0.2.6...v0.2.7) (2023-12-05) ### Bug Fixes * adapt to interface change ([490493d](https://github.com/snakemake/snakemake-storage-plugin-s3/commit/490493dab38bc3900cc19f78b4a2d07d72666155)) --- 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 46af41e..ab62a45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.7](https://github.com/snakemake/snakemake-storage-plugin-s3/compare/v0.2.6...v0.2.7) (2023-12-05) + + +### Bug Fixes + +* adapt to interface change ([490493d](https://github.com/snakemake/snakemake-storage-plugin-s3/commit/490493dab38bc3900cc19f78b4a2d07d72666155)) + ## [0.2.6](https://github.com/snakemake/snakemake-storage-plugin-s3/compare/v0.2.5...v0.2.6) (2023-11-23) diff --git a/pyproject.toml b/pyproject.toml index 5132dad..749e732 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "snakemake-storage-plugin-s3" -version = "0.2.6" +version = "0.2.7" description = "A Snakemake storage plugin for S3 API storage (AWS S3, MinIO, etc.)" authors = ["Johannes Koester "] readme = "README.md"