From b723019f8f8b7d3ff3f4361a0a65417cb262fffb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 15 Feb 2024 21:42:13 +0100 Subject: [PATCH] chore(main): release 0.2.9 (#18) :robot: I have created a release *beep* *boop* --- ## [0.2.9](https://github.com/snakemake/snakemake-storage-plugin-s3/compare/v0.2.8...v0.2.9) (2024-02-07) ### Bug Fixes * adapt to newer botocore ([#17](https://github.com/snakemake/snakemake-storage-plugin-s3/issues/17)) ([77d789a](https://github.com/snakemake/snakemake-storage-plugin-s3/commit/77d789a2f642322896e2abe68307de4ce3c732f9)) --- 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 8990897..3aefae6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.9](https://github.com/snakemake/snakemake-storage-plugin-s3/compare/v0.2.8...v0.2.9) (2024-02-07) + + +### Bug Fixes + +* adapt to newer botocore ([#17](https://github.com/snakemake/snakemake-storage-plugin-s3/issues/17)) ([77d789a](https://github.com/snakemake/snakemake-storage-plugin-s3/commit/77d789a2f642322896e2abe68307de4ce3c732f9)) + ## [0.2.8](https://github.com/snakemake/snakemake-storage-plugin-s3/compare/v0.2.7...v0.2.8) (2023-12-08) diff --git a/pyproject.toml b/pyproject.toml index ab865c9..4e6c1db 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "snakemake-storage-plugin-s3" -version = "0.2.8" +version = "0.2.9" description = "A Snakemake storage plugin for S3 API storage (AWS S3, MinIO, etc.)" authors = ["Johannes Koester "] readme = "README.md"