From cbb45f579c3b5ef1fec4ef6609b526665e609a68 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 23:34:37 +0000 Subject: [PATCH] chore(main): release 0.8.1 (#300) 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 64f3cdd6..02f17d9d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.8.0" + ".": "0.8.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ed06924d..b71c547c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # CHANGELOG +## [0.8.1](https://github.com/supabase/storage-py/compare/v0.8.0...v0.8.1) (2024-10-02) + + +### Bug Fixes + +* httpx minimum version update ([#299](https://github.com/supabase/storage-py/issues/299)) ([90d2436](https://github.com/supabase/storage-py/commit/90d2436900558703129788679b356a21221f5c41)) + ## [0.8.0](https://github.com/supabase/storage-py/compare/v0.7.7...v0.8.0) (2024-09-28) diff --git a/pyproject.toml b/pyproject.toml index 24834e4a..eee398c6 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.0" # {x-release-please-version} +version = "0.8.1" # {x-release-please-version} [tool.poetry.dependencies] diff --git a/storage3/version.py b/storage3/version.py index 408b6d13..edbebb5f 100644 --- a/storage3/version.py +++ b/storage3/version.py @@ -1 +1 @@ -__version__ = "0.8.0" # {x-release-please-version} +__version__ = "0.8.1" # {x-release-please-version}