Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Commit 4b5aa15

Browse files
author
semantic-release
committed
chore(release): bump version to v2.6.1
1 parent c37913f commit 4b5aa15

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,27 @@
11
# CHANGELOG
22

3+
## v2.6.1 (2024-07-24)
4+
5+
### Chore
6+
7+
* chore(deps-dev): bump pytest from 8.2.2 to 8.3.1 (#551) ([`964826c`](https://github.com/supabase-community/auth-py/commit/964826c2ae6baf823d491c38b30cba6392b4aa77))
8+
9+
* chore(deps): bump python-semantic-release/python-semantic-release from 9.8.5 to 9.8.6 (#552) ([`fd92320`](https://github.com/supabase-community/auth-py/commit/fd923204c5da0cae480636ac12d3286e292f88ee))
10+
11+
* chore(deps-dev): bump python-semantic-release from 9.8.5 to 9.8.6 (#550) ([`625f4af`](https://github.com/supabase-community/auth-py/commit/625f4af3b773f242483e4ba10f67e7e0452c28cc))
12+
13+
* chore(deps-dev): bump pytest-asyncio from 0.23.7 to 0.23.8 (#549) ([`0a7a766`](https://github.com/supabase-community/auth-py/commit/0a7a76691e4597a9417afcbc016d24642329bcc9))
14+
15+
### Fix
16+
17+
* fix: add is_anonymous type to the user model (#553) ([`c37913f`](https://github.com/supabase-community/auth-py/commit/c37913f013be27231bb3347d29334d6af8024eb3))
18+
319
## v2.6.0 (2024-07-17)
420

21+
### Chore
22+
23+
* chore(release): bump version to v2.6.0 ([`0899975`](https://github.com/supabase-community/auth-py/commit/0899975e9d964ba3ab525bca89fa487ca99b90d5))
24+
525
### Feature
626

727
* feat: add sign_in_with_id_token method (#548) ([`b7e2c2c`](https://github.com/supabase-community/auth-py/commit/b7e2c2c2b9dd949aa0931c3b90ed66b5de46825e))

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.6.0"
3+
version = "2.6.1"
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.6.0"
3+
__version__ = "2.6.1"
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)