diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ee2bfff..1b1f6a8 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.9.3" + ".": "0.9.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d95ae3..f7ed2c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # CHANGELOG +## [0.9.4](https://github.com/supabase/functions-py/compare/v0.9.3...v0.9.4) (2025-03-26) + + +### Bug Fixes + +* custom error status code from edge function returned correctly ([#196](https://github.com/supabase/functions-py/issues/196)) ([7077a38](https://github.com/supabase/functions-py/commit/7077a38fb6c303f3c2f6d78f1265a43b04e7ec59)) + ## [0.9.3](https://github.com/supabase/functions-py/compare/v0.9.2...v0.9.3) (2025-01-29) diff --git a/pyproject.toml b/pyproject.toml index ebbdb2f..6e8b1bc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "supabase_functions" -version = "0.9.3" # {x-release-please-version} +version = "0.9.4" # {x-release-please-version} description = "Library for Supabase Functions" authors = [ "Joel Lee ", diff --git a/supabase_functions/version.py b/supabase_functions/version.py index be3f964..2754a90 100644 --- a/supabase_functions/version.py +++ b/supabase_functions/version.py @@ -1 +1 @@ -__version__ = "0.9.3" # {x-release-please-version} +__version__ = "0.9.4" # {x-release-please-version}