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

Commit a1f060c

Browse files
committed
chore(release): bump version to v2.1.0
1 parent 4ec8842 commit a1f060c

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33

44

5+
## v2.1.0 (2023-12-07)
6+
7+
### Feature
8+
9+
* feat: add sign_out() scope option (#381) ([`4ec8842`](https://github.com/supabase-community/gotrue-py/commit/4ec884227c57da32774dc107a2469d36befe4e8d))
10+
11+
* feat: add sign_out() scope option ([`3818dba`](https://github.com/supabase-community/gotrue-py/commit/3818dba635705d747b7da84fe8ab4dc2c5dcc9ab))
12+
13+
### Unknown
14+
15+
* Update to use query property of the request method ([`34a3ddf`](https://github.com/supabase-community/gotrue-py/commit/34a3ddfe8b9343c15b6959338a353aeb5e530b70))
16+
17+
518
## v2.0.0 (2023-11-30)
619

720
### Breaking
@@ -12,6 +25,8 @@ BREAKING CHANGE: change async method on_auth_state_change to sync only. ([`a249b
1225

1326
### Chore
1427

28+
* chore(release): bump version to v2.0.0 ([`1440dd6`](https://github.com/supabase-community/gotrue-py/commit/1440dd6099cb5c7f8220223ea3a0e4d966e8ce60))
29+
1530
* chore(deps-dev): bump cryptography from 41.0.5 to 41.0.6 (#377) ([`e6b3d46`](https://github.com/supabase-community/gotrue-py/commit/e6b3d46fba5f24631fdd5fdb1b8d1688a1087053))
1631

1732
### 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.0.0"
3+
__version__ = "2.1.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.0.0"
3+
version = "2.1.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)