diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1b1f6a8..7d9b009 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.9.4" + ".": "0.10.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f7ed2c9..55730a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # CHANGELOG +## [0.10.0](https://github.com/supabase/functions-py/compare/v0.9.4...v0.10.0) (2025-06-19) + + +### Features + +* allow injection of httpx client ([#205](https://github.com/supabase/functions-py/issues/205)) ([1d3ce59](https://github.com/supabase/functions-py/commit/1d3ce59d7da6b6224cb4e357125c1cbb47f8647b)) + ## [0.9.4](https://github.com/supabase/functions-py/compare/v0.9.3...v0.9.4) (2025-03-26) diff --git a/pyproject.toml b/pyproject.toml index 9980255..74cf5e7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "supabase_functions" -version = "0.9.4" # {x-release-please-version} +version = "0.10.0" # {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 2754a90..bdb9c94 100644 --- a/supabase_functions/version.py +++ b/supabase_functions/version.py @@ -1 +1 @@ -__version__ = "0.9.4" # {x-release-please-version} +__version__ = "0.10.0" # {x-release-please-version}