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

Commit 8da1032

Browse files
author
github-actions
committed
chore(release): bump version to v1.2.0
1 parent 708859c commit 8da1032

File tree

3 files changed

+81
-2
lines changed

3 files changed

+81
-2
lines changed

CHANGELOG.md

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

33

44

5+
## v1.2.0 (2023-10-05)
6+
7+
### Feature
8+
9+
* feat: Add exception to handle API errors on signout ([`59b90d5`](https://github.com/supabase-community/gotrue-py/commit/59b90d545f59cb00b08b3a5c02edcd9a4a229538))
10+
11+
### Unknown
12+
13+
* Merge pull request #342 from supabase-community/silentworks/sign-out-exception-handling
14+
15+
feat: Add exception to handle API errors on signout ([`708859c`](https://github.com/supabase-community/gotrue-py/commit/708859c1fe12535910ef5d8385f42a6aabda2613))
16+
17+
* Update to use suppress instead of try except ([`2d964ad`](https://github.com/supabase-community/gotrue-py/commit/2d964ad892e3a40204904319d499f7da9aa9289a))
18+
19+
* Merge pull request #341 from supabase-community/silentworks/add-correct-semantic-release-vars
20+
21+
Add correct variables for semantic release ([`5155312`](https://github.com/supabase-community/gotrue-py/commit/5155312a31fd669a6f62616ea75036386a2fc004))
22+
23+
* Get pre-commit to ignore changelog ([`738602e`](https://github.com/supabase-community/gotrue-py/commit/738602ea6ba013ff9071115ee65842c26f4098cf))
24+
25+
* Add correct variables for semantic release ([`80b0e30`](https://github.com/supabase-community/gotrue-py/commit/80b0e30cc5ddf510f2ea1891aab247bde7c01ccc))
26+
27+
* Merge pull request #330 from supabase-community/dependabot/pip/cryptography-41.0.4
28+
29+
chore(deps-dev): bump cryptography from 41.0.3 to 41.0.4 ([`1bf3e5d`](https://github.com/supabase-community/gotrue-py/commit/1bf3e5dc03f9d0da1f939001ec120e1ef0c69420))
30+
31+
532
## v1.1.1 (2023-09-22)
633

734
### Chore
835

36+
* chore(deps-dev): bump cryptography from 41.0.3 to 41.0.4
37+
38+
Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.3 to 41.0.4.
39+
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
40+
- [Commits](https://github.com/pyca/cryptography/compare/41.0.3...41.0.4)
41+
42+
---
43+
updated-dependencies:
44+
- dependency-name: cryptography
45+
dependency-type: indirect
46+
...
47+
48+
Signed-off-by: dependabot[bot] <[email protected]> ([`4aa7224`](https://github.com/supabase-community/gotrue-py/commit/4aa7224e414df9c7ddc822d29d79e0db777dd7d3))
49+
950
* chore(deps): bump python-semantic-release/python-semantic-release
1051

1152
Bumps [python-semantic-release/python-semantic-release](https://github.com/python-semantic-release/python-semantic-release) from 8.0.0 to 8.0.8.
@@ -96,6 +137,10 @@ Signed-off-by: dependabot[bot] <[email protected]> ([`ab39f66`](https://g
96137

97138
### Unknown
98139

140+
* 1.1.1
141+
142+
Automatically generated by python-semantic-release ([`152ed06`](https://github.com/supabase-community/gotrue-py/commit/152ed06f65369ad1f15e6d105bd9d93d1b79da12))
143+
99144
* Merge pull request #328 from supabase-community/feat/add-verify-token-hash
100145

101146
fix: add verify token hash ([`ccb2173`](https://github.com/supabase-community/gotrue-py/commit/ccb2173eb694622be100eec36942ec8a69b151a7))
@@ -180,6 +225,10 @@ Signed-off-by: dependabot[bot] <[email protected]> ([`7b0fb17`](https://g
180225

181226
### Unknown
182227

228+
* 1.1.0
229+
230+
Automatically generated by python-semantic-release ([`ff35a92`](https://github.com/supabase-community/gotrue-py/commit/ff35a928ef5c5cb8a5559a122fe55a868be0c023))
231+
183232
* Merge pull request #307 from supabase-community/dependabot/github_actions/main/actions/checkout-4
184233

185234
chore(deps): bump actions/checkout from 3 to 4 ([`64c0c66`](https://github.com/supabase-community/gotrue-py/commit/64c0c66f452f5d149fcbe61dc88c74baf9056584))
@@ -251,6 +300,10 @@ Signed-off-by: dependabot[bot] <[email protected]> ([`0a03065`](https://g
251300

252301
### Unknown
253302

303+
* 1.0.4
304+
305+
Automatically generated by python-semantic-release ([`5cc198b`](https://github.com/supabase-community/gotrue-py/commit/5cc198b631189a0622a23b71e8d5a4acba1de005))
306+
254307
* Merge pull request #299 from supabase-community/j0/fix_version_toml
255308

256309
chore: add contents permission ([`7561df9`](https://github.com/supabase-community/gotrue-py/commit/7561df9a8b7b0279763e318f2a48b54693278c9b))
@@ -2844,6 +2897,10 @@ chore(deps-dev): bump pytest from 7.0.1 to 7.1.0 ([`657f07b`](https://github.com
28442897

28452898
### Chore
28462899

2900+
* chore(release): bump version to v0.5.0
2901+
2902+
Automatically generated by python-semantic-release ([`888ba1b`](https://github.com/supabase-community/gotrue-py/commit/888ba1b9bcb8c4c89c3910408213053afac8e553))
2903+
28472904
* chore: set upload_to_repository to true ([`6316827`](https://github.com/supabase-community/gotrue-py/commit/63168276afd5e7786c8c55baadceef6ad60ab14f))
28482905

28492906
* chore(deps-dev): bump pytest-asyncio from 0.17.1 to 0.17.2 (#73)
@@ -2923,6 +2980,12 @@ Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.git
29232980

29242981
## v0.4.0 (2022-01-17)
29252982

2983+
### Chore
2984+
2985+
* chore(release): bump version to v0.4.0
2986+
2987+
Automatically generated by python-semantic-release ([`d2e138c`](https://github.com/supabase-community/gotrue-py/commit/d2e138c8143cceab47dc6cd67089a53c0f259be9))
2988+
29262989
### Feature
29272990

29282991
* feat: add notion to enum of providers (#70)
@@ -2940,6 +3003,10 @@ Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.git
29403003

29413004
### Chore
29423005

3006+
* chore(release): bump version to v0.3.5
3007+
3008+
Automatically generated by python-semantic-release ([`5034285`](https://github.com/supabase-community/gotrue-py/commit/50342856e4823136890b98d38d306cd8a83708c2))
3009+
29433010
* chore(deps-dev): bump pytest-asyncio from 0.16.0 to 0.17.0 (#67)
29443011

29453012
Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.16.0 to 0.17.0.
@@ -2976,6 +3043,10 @@ Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.git
29763043

29773044
### Chore
29783045

3046+
* chore(release): bump version to v0.3.4
3047+
3048+
Automatically generated by python-semantic-release ([`4b5ce2f`](https://github.com/supabase-community/gotrue-py/commit/4b5ce2f583ca84a972445a7cd08ffd44bbbb03c9))
3049+
29793050
* chore: fix http warning use ([`19005e2`](https://github.com/supabase-community/gotrue-py/commit/19005e2b9715075a9fb9bb0a75b7b786b9710aac))
29803051

29813052
* chore: fix http warning use (#61)
@@ -2995,6 +3066,10 @@ because the intention is good but instead receives an annoying print. ([`ae20a8e
29953066

29963067
### Chore
29973068

3069+
* chore(release): bump version to v0.3.3
3070+
3071+
Automatically generated by python-semantic-release ([`d355393`](https://github.com/supabase-community/gotrue-py/commit/d355393bacc339678543b2637dcc9295c41bc8b7))
3072+
29983073
* chore(deps): upgrade dependencies ([`029bcd4`](https://github.com/supabase-community/gotrue-py/commit/029bcd49c7d986ee2454e8517474f212f996d9c5))
29993074

30003075
* chore(deps): bump httpx from 0.21.2 to 0.21.3 (#60)
@@ -3094,6 +3169,10 @@ chore: fix rule in makefile ([`56fd621`](https://github.com/supabase-community/g
30943169

30953170
### Chore
30963171

3172+
* chore(release): bump version to v0.3.2
3173+
3174+
Automatically generated by python-semantic-release ([`4183894`](https://github.com/supabase-community/gotrue-py/commit/41838949e87bd52c9c6a6522f477c93bfa0c21ca))
3175+
30973176
* chore(deps): bump pydantic from 1.8.2 to 1.9.0
30983177

30993178
Bumps [pydantic](https://github.com/samuelcolvin/pydantic) from 1.8.2 to 1.9.0.

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__ = "1.1.0"
3+
__version__ = "1.2.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 = "1.1.1"
3+
version = "1.2.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)