Skip to content

Commit 1ddb4e3

Browse files
author
github-actions
committed
chore(release): bump version to v1.2.0
1 parent 7cf9f84 commit 1ddb4e3

File tree

3 files changed

+29
-2
lines changed

3 files changed

+29
-2
lines changed

CHANGELOG.md

+27
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,35 @@
22

33

44

5+
## v1.2.0 (2023-10-04)
6+
7+
### Feature
8+
9+
* feat: add functions property ([`5191baf`](https://github.com/supabase-community/supabase-py/commit/5191baf0d01ad4c6abd2b9f02a126a4697ef8562))
10+
11+
### Fix
12+
13+
* fix: add deprecation import ([`b7692cb`](https://github.com/supabase-community/supabase-py/commit/b7692cb7a0e1df49c30af0888c6c403a0cee59f4))
14+
15+
### Test
16+
17+
* test: remove call to functions ([`5f052ee`](https://github.com/supabase-community/supabase-py/commit/5f052ee0d064e67b68f27fc77a08a0c6d4fc2257))
18+
19+
### Unknown
20+
21+
* Merge pull request #579 from supabase-community/j0/convert_functions_into_property
22+
23+
feat: add functions property ([`7cf9f84`](https://github.com/supabase-community/supabase-py/commit/7cf9f847c9475637c8cf5f2105a5ee181d28af55))
24+
25+
* Update client.py ([`c283c8c`](https://github.com/supabase-community/supabase-py/commit/c283c8c39033fd4094c4fd22b2255f39f9be907d))
26+
27+
528
## v1.1.1 (2023-10-02)
629

30+
### Chore
31+
32+
* chore(release): bump version to v1.1.1 ([`11b014d`](https://github.com/supabase-community/supabase-py/commit/11b014d503574333b72f829e7013fd641f75cd89))
33+
734
### Fix
835

936
* fix: remove fetch from clientoptions (#481)

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "supabase"
3-
version = "1.1.1"
3+
version = "1.2.0"
44
description = "Supabase client for Python."
55
authors = ["Joel Lee <joel@joellee.org>", "Leon Fedden <leonfedden@gmail.com>", "Daniel Reinón García <danielreinon@outlook.com>", "Leynier Gutiérrez González <leynier41@gmail.com>", "Anand"]
66
homepage = "https://github.com/supabase-community/supabase-py"

supabase/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.1.1"
1+
__version__ = "1.2.0"

0 commit comments

Comments
 (0)