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

Commit a92ec80

Browse files
author
semantic-release
committed
chore(release): bump version to v2.5.0
1 parent 2406d7d commit a92ec80

File tree

3 files changed

+57
-2
lines changed

3 files changed

+57
-2
lines changed

CHANGELOG.md

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,65 @@
22

33

44

5+
## v2.5.0 (2024-06-20)
6+
7+
### Chore
8+
9+
* chore(deps-dev): bump python-semantic-release from 9.8.0 to 9.8.1 (#515) ([`98006ed`](https://github.com/supabase-community/auth-py/commit/98006ed08d07bb2414b261ba3c926f29c0de3645))
10+
11+
* chore(deps): bump python-semantic-release/python-semantic-release from 9.8.0 to 9.8.1 (#514) ([`4458982`](https://github.com/supabase-community/auth-py/commit/445898229a3c504324a33a67d2bd9709bb8048ea))
12+
13+
* chore(deps-dev): bump python-semantic-release from 9.8.0 to 9.8.1
14+
15+
Bumps [python-semantic-release](https://github.com/python-semantic-release/python-semantic-release) from 9.8.0 to 9.8.1.
16+
- [Release notes](https://github.com/python-semantic-release/python-semantic-release/releases)
17+
- [Changelog](https://github.com/python-semantic-release/python-semantic-release/blob/master/CHANGELOG.md)
18+
- [Commits](https://github.com/python-semantic-release/python-semantic-release/compare/v9.8.0...v9.8.1)
19+
20+
---
21+
updated-dependencies:
22+
- dependency-name: python-semantic-release
23+
dependency-type: direct:development
24+
update-type: version-update:semver-patch
25+
...
26+
27+
Signed-off-by: dependabot[bot] <[email protected]> ([`f28f6a2`](https://github.com/supabase-community/auth-py/commit/f28f6a29175a4af0dd00963b9718c65eda5d937a))
28+
29+
* chore(deps): bump python-semantic-release/python-semantic-release
30+
31+
Bumps [python-semantic-release/python-semantic-release](https://github.com/python-semantic-release/python-semantic-release) from 9.8.0 to 9.8.1.
32+
- [Release notes](https://github.com/python-semantic-release/python-semantic-release/releases)
33+
- [Changelog](https://github.com/python-semantic-release/python-semantic-release/blob/master/CHANGELOG.md)
34+
- [Commits](https://github.com/python-semantic-release/python-semantic-release/compare/v9.8.0...v9.8.1)
35+
36+
---
37+
updated-dependencies:
38+
- dependency-name: python-semantic-release/python-semantic-release
39+
dependency-type: direct:production
40+
update-type: version-update:semver-patch
41+
...
42+
43+
Signed-off-by: dependabot[bot] <[email protected]> ([`960d593`](https://github.com/supabase-community/auth-py/commit/960d593f28be3cca582812a07d1fcfda6a3bb911))
44+
45+
### Feature
46+
47+
* feat: add anonymous sign in ([`2406d7d`](https://github.com/supabase-community/auth-py/commit/2406d7d90394cf69bf772916c2232ae8aa8afe13))
48+
49+
### Unknown
50+
51+
* update postgres version for infra ([`ad2179b`](https://github.com/supabase-community/auth-py/commit/ad2179b1c042c8faf1b1cdc322d8c9f9d5aae9e7))
52+
53+
* update async client and type naming ([`85f94f2`](https://github.com/supabase-community/auth-py/commit/85f94f27320af3438748fe261a752a29b03a2c24))
54+
55+
* Add Anonymous login ([`f3d35c7`](https://github.com/supabase-community/auth-py/commit/f3d35c72d3dc334d5963d4f9a57137eeacdff873))
56+
57+
558
## v2.4.4 (2024-06-04)
659

760
### Chore
861

62+
* chore(release): bump version to v2.4.4 ([`1ed3dd7`](https://github.com/supabase-community/auth-py/commit/1ed3dd7389499ff2f8793f70adf51250cfe55964))
63+
964
* chore(deps): bump pydantic from 2.7.2 to 2.7.3 (#513) ([`4a5e21e`](https://github.com/supabase-community/auth-py/commit/4a5e21e93f14a76d9a46b218163a2e9538537440))
1065

1166
* chore(deps-dev): bump faker from 25.3.0 to 25.4.0 (#512) ([`daafb74`](https://github.com/supabase-community/auth-py/commit/daafb74a4970a6fcbd9dc36ef757079616d1f150))

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