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

Commit 0a9ca44

Browse files
authored
chore: setup release
1 parent c9f2bde commit 0a9ca44

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
<!--next-version-placeholder-->
44

5+
## v0.5.1 (2022-07-04)
6+
### Fix
7+
* Upgrade dependencies and fix config tests ([#126](https://github.com/supabase-community/gotrue-py/pull/126))
8+
59
## v0.5.0 (2022-01-20)
610
### Feature
711
* Add create user param to sign in ([#75](https://github.com/supabase-community/gotrue-py/issues/75)) ([`57ec6d8`](https://github.com/supabase-community/gotrue-py/commit/57ec6d8efe1233c1b90a8585045e6f85a4a3c17b))
@@ -70,7 +74,7 @@
7074
* error in remove_item of memory storage
7175
* cycle of references between helpers and types
7276
* use environ vars only if present
73-
* reinstate lib __init__.py
77+
* reinstate lib **init**.py
7478
* reinstate lib.constants
7579
* readjust indent in ci.yml
7680

@@ -85,13 +89,13 @@
8589
* add datetime and uuid types
8690
* add pyupgrade pre-commit hook
8791
* migrate types to pydantic models
88-
* unify logic of __recover_session and __recover_and_refresh
92+
* unify logic of __recover_session and__recover_and_refresh
8993
* uuid4().hex instead of str(uuid4()) in _sync client
9094
* uuid4().hex instead of str(uuid4())
9195
* add --ignore-init-module-imports to .pre-commit-config.yaml
9296
* add end-of-file-fixer to .pre-commit-config.yaml
9397
* use asdict of dataclasses for to_dicts
94-
* use annotations from __future__
98+
* use annotations from **future**
9599
* add identities to User
96100
* use reflection for parsing dataclasses
97101
* implement and use cli for unasync

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 = "0.5.0"
3+
version = "0.5.1"
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)