Skip to content

Commit

Permalink
chore(release): bump version to v0.5.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Jan 20, 2022
1 parent 2f5f005 commit 888ba1b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

<!--next-version-placeholder-->

## v0.5.0 (2022-01-20)
### Feature
* 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))

### Documentation
* Add maintainers file ([`2f5f005`](https://github.com/supabase-community/gotrue-py/commit/2f5f005235e90127cb7effde7396bb55088b815f))

**[See all commits in this version](https://github.com/supabase-community/gotrue-py/compare/v0.4.0...v0.5.0)**

## v0.4.0 (2022-01-17)
### Feature
* Add notion to enum of providers ([#70](https://github.com/supabase-community/gotrue-py/issues/70)) ([`a8f2c45`](https://github.com/supabase-community/gotrue-py/commit/a8f2c45b25c9d008de7a5e1e6f18cc47a259c73c))
Expand Down
2 changes: 1 addition & 1 deletion gotrue/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from __future__ import annotations

__version__ = "0.4.0"
__version__ = "0.5.0"

from ._async.api import AsyncGoTrueAPI
from ._async.client import AsyncGoTrueClient
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "gotrue"
version = "0.4.0"
version = "0.5.0"
description = "Python Client Library for GoTrue"
authors = ["Joel Lee <[email protected]>"]
homepage = "https://github.com/supabase-community/gotrue-py"
Expand Down

0 comments on commit 888ba1b

Please sign in to comment.