From 0f80d8ef95edfc862f5528d955a05a41a7b0cbd0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 3 Nov 2024 23:52:20 +0000 Subject: [PATCH] chore(main): release 2.10.0 (#622) 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 +- supabase_auth/version.py | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3542679c..f393718c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.9.3" + ".": "2.10.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b2d82f6..2288cd97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # CHANGELOG +## [2.10.0](https://github.com/supabase/auth-py/compare/v2.9.3...v2.10.0) (2024-11-03) + + +### Features + +* Check if url is an HTTP URL ([#620](https://github.com/supabase/auth-py/issues/620)) ([f0ccae5](https://github.com/supabase/auth-py/commit/f0ccae5fe6a8c012b8bcaf89bfc767d63feecbae)) + ## [2.9.3](https://github.com/supabase/auth-py/compare/v2.9.2...v2.9.3) (2024-10-18) diff --git a/pyproject.toml b/pyproject.toml index 4bd819bd..5cc12689 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "supabase_auth" -version = "2.9.3" # {x-release-please-version} +version = "2.10.0" # {x-release-please-version} description = "Python Client Library for Supabase Auth" authors = ["Joel Lee "] homepage = "https://github.com/supabase/auth-py" diff --git a/supabase_auth/version.py b/supabase_auth/version.py index 147709cd..1ffab815 100644 --- a/supabase_auth/version.py +++ b/supabase_auth/version.py @@ -1 +1 @@ -__version__ = "2.9.3" # {x-release-please-version} +__version__ = "2.10.0" # {x-release-please-version}