From 058c46bacf846f48f2cfdbf99cbf3561b21628b2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 16 Feb 2024 16:21:48 +0100 Subject: [PATCH] chore(main): release 0.2.10 (#20) :robot: I have created a release *beep* *boop* --- ## [0.2.10](https://github.com/snakemake/snakemake-storage-plugin-s3/compare/v0.2.9...v0.2.10) (2024-02-15) ### Bug Fixes * pin urrllib to avoid boto bug ([#19](https://github.com/snakemake/snakemake-storage-plugin-s3/issues/19)) ([ab680d9](https://github.com/snakemake/snakemake-storage-plugin-s3/commit/ab680d9a745aaf018d98b2eed38246e39e0a646d)) --- 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 3aefae6..a70a1fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.10](https://github.com/snakemake/snakemake-storage-plugin-s3/compare/v0.2.9...v0.2.10) (2024-02-15) + + +### Bug Fixes + +* pin urrllib to avoid boto bug ([#19](https://github.com/snakemake/snakemake-storage-plugin-s3/issues/19)) ([ab680d9](https://github.com/snakemake/snakemake-storage-plugin-s3/commit/ab680d9a745aaf018d98b2eed38246e39e0a646d)) + ## [0.2.9](https://github.com/snakemake/snakemake-storage-plugin-s3/compare/v0.2.8...v0.2.9) (2024-02-07) diff --git a/pyproject.toml b/pyproject.toml index 7bc147f..53b70eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "snakemake-storage-plugin-s3" -version = "0.2.9" +version = "0.2.10" description = "A Snakemake storage plugin for S3 API storage (AWS S3, MinIO, etc.)" authors = ["Johannes Koester "] readme = "README.md"