Skip to content

Commit 0899975

Browse files
author
semantic-release
committed
chore(release): bump version to v2.6.0
1 parent b7e2c2c commit 0899975

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
# CHANGELOG
22

3+
## v2.6.0 (2024-07-17)
4+
5+
### Feature
6+
7+
* feat: add sign_in_with_id_token method (#548) ([`b7e2c2c`](https://github.com/supabase-community/auth-py/commit/b7e2c2c2b9dd949aa0931c3b90ed66b5de46825e))
8+
39
## v2.5.5 (2024-07-14)
410

511
### Chore
612

13+
* chore(release): bump version to v2.5.5 ([`79a24f0`](https://github.com/supabase-community/auth-py/commit/79a24f0d52b07693102812fa0934ae03b9bed898))
14+
715
* chore(deps-dev): bump zipp from 3.18.1 to 3.19.1 (#546) ([`1c807cb`](https://github.com/supabase-community/auth-py/commit/1c807cb21ebc88cb95c98c8c12ca9b4e71c6da9d))
816

917
* chore(deps-dev): bump zipp from 3.18.1 to 3.19.1

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "supabase_auth"
3-
version = "2.5.5"
3+
version = "2.6.0"
44
description = "Python Client Library for Supabase Auth"
55
authors = ["Joel Lee <[email protected]>"]
66
homepage = "https://github.com/supabase-community/auth-py"

supabase_auth/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from __future__ import annotations
22

3-
__version__ = "2.5.5"
3+
__version__ = "2.6.0"
44

55
from ._async.gotrue_admin_api import AsyncGoTrueAdminAPI # type: ignore # noqa: F401
66
from ._async.gotrue_client import AsyncGoTrueClient # type: ignore # noqa: F401

0 commit comments

Comments
 (0)