Skip to content

Commit

Permalink
chore(release): bump version to v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Oct 4, 2023
1 parent 7cf9f84 commit 1ddb4e3
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 2 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,35 @@



## v1.2.0 (2023-10-04)

### Feature

* feat: add functions property ([`5191baf`](https://github.com/supabase-community/supabase-py/commit/5191baf0d01ad4c6abd2b9f02a126a4697ef8562))

### Fix

* fix: add deprecation import ([`b7692cb`](https://github.com/supabase-community/supabase-py/commit/b7692cb7a0e1df49c30af0888c6c403a0cee59f4))

### Test

* test: remove call to functions ([`5f052ee`](https://github.com/supabase-community/supabase-py/commit/5f052ee0d064e67b68f27fc77a08a0c6d4fc2257))

### Unknown

* Merge pull request #579 from supabase-community/j0/convert_functions_into_property

feat: add functions property ([`7cf9f84`](https://github.com/supabase-community/supabase-py/commit/7cf9f847c9475637c8cf5f2105a5ee181d28af55))

* Update client.py ([`c283c8c`](https://github.com/supabase-community/supabase-py/commit/c283c8c39033fd4094c4fd22b2255f39f9be907d))


## v1.1.1 (2023-10-02)

### Chore

* chore(release): bump version to v1.1.1 ([`11b014d`](https://github.com/supabase-community/supabase-py/commit/11b014d503574333b72f829e7013fd641f75cd89))

### Fix

* fix: remove fetch from clientoptions (#481)
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 = "supabase"
version = "1.1.1"
version = "1.2.0"
description = "Supabase client for Python."
authors = ["Joel Lee <[email protected]>", "Leon Fedden <[email protected]>", "Daniel Reinón García <[email protected]>", "Leynier Gutiérrez González <[email protected]>", "Anand"]
homepage = "https://github.com/supabase-community/supabase-py"
Expand Down
2 changes: 1 addition & 1 deletion supabase/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.1.1"
__version__ = "1.2.0"

0 comments on commit 1ddb4e3

Please sign in to comment.