From 25f6ace4a2d94c55d603151ece52af4c5b7b4310 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 07:01:57 +0000 Subject: [PATCH] chore(main): release 0.8.2 (#303) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- storage3/version.py | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 02f17d9..2e1c40e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.8.1" + ".": "0.8.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b71c547..a493308 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # CHANGELOG +## [0.8.2](https://github.com/supabase/storage-py/compare/v0.8.1...v0.8.2) (2024-10-18) + + +### Bug Fixes + +* bump minimal version of Python to 3.9 ([#302](https://github.com/supabase/storage-py/issues/302)) ([b0811b2](https://github.com/supabase/storage-py/commit/b0811b2b38d712d8cd136301663b0a5de20bf890)) + ## [0.8.1](https://github.com/supabase/storage-py/compare/v0.8.0...v0.8.1) (2024-10-02) diff --git a/pyproject.toml b/pyproject.toml index 9fffd83..f5089e5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ license = "MIT" name = "storage3" readme = "README.md" repository = "https://github.com/supabase/storage-py" -version = "0.8.1" # {x-release-please-version} +version = "0.8.2" # {x-release-please-version} [tool.poetry.dependencies] diff --git a/storage3/version.py b/storage3/version.py index edbebb5..140efd8 100644 --- a/storage3/version.py +++ b/storage3/version.py @@ -1 +1 @@ -__version__ = "0.8.1" # {x-release-please-version} +__version__ = "0.8.2" # {x-release-please-version}