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

Commit 17fa5d2

Browse files
committed
chore(release): bump version to v2.3.0
1 parent ac94c60 commit 17fa5d2

File tree

3 files changed

+27
-2
lines changed

3 files changed

+27
-2
lines changed

CHANGELOG.md

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

33

44

5+
## v2.3.0 (2024-01-12)
6+
7+
### Chore
8+
9+
* chore: update to pull auth instead of gotrue ([`38977a6`](https://github.com/supabase-community/auth-py/commit/38977a6596f426805cf5fb106e7fdbbae311394c))
10+
11+
* chore: pull latest postgres image instead ([`e1877b2`](https://github.com/supabase-community/auth-py/commit/e1877b230f960d5eda7b1ad6b11b8a87a7513487))
12+
13+
### Feature
14+
15+
* feat: pin version ([`5a90fff`](https://github.com/supabase-community/auth-py/commit/5a90fff802ff2c4860694d472243d69e8bedce1e))
16+
17+
### Fix
18+
19+
* fix: fix build by updating error message in test (#404) ([`ac94c60`](https://github.com/supabase-community/auth-py/commit/ac94c60529984d7cf82b422f0c65bc3b01e43732))
20+
21+
* fix: update error message in tests ([`6718dcd`](https://github.com/supabase-community/auth-py/commit/6718dcd19f3707647077ccd5cfa413bcbe718fd4))
22+
23+
### Unknown
24+
25+
* Update MAINTAINERS.md ([`5681011`](https://github.com/supabase-community/auth-py/commit/568101128a27280600da86780590fce62025410e))
26+
27+
528
## v2.2.0 (2023-12-13)
629

730
### Chore
831

32+
* chore(release): bump version to v2.2.0 ([`6db7cc2`](https://github.com/supabase-community/auth-py/commit/6db7cc25cbca86e9908d2f268a46fd5f066aa5e3))
33+
934
* chore(deps): bump actions/setup-python from 4 to 5 (#382) ([`55c04e2`](https://github.com/supabase-community/auth-py/commit/55c04e2121948b26ecd6af63c07e643892f05b45))
1035

1136
### Feature

gotrue/__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.2.0"
3+
__version__ = "2.3.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

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 = "gotrue"
3-
version = "2.2.0"
3+
version = "2.3.0"
44
description = "Python Client Library for GoTrue"
55
authors = ["Joel Lee <[email protected]>"]
66
homepage = "https://github.com/supabase-community/gotrue-py"

0 commit comments

Comments
 (0)