Skip to content

Commit f340c08

Browse files
author
github-actions
committed
chore(release): bump version to v2.3.0
1 parent 46e0690 commit f340c08

File tree

3 files changed

+29
-2
lines changed

3 files changed

+29
-2
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,35 @@
22

33

44

5+
## v2.3.0 (2023-12-15)
6+
7+
### Chore
8+
9+
* chore: move roadmap below usage ([`52756a2`](https://github.com/supabase-community/supabase-py/commit/52756a2640199ef817897f91a973b24a95e26bd8))
10+
11+
### Feature
12+
13+
* feat: update readme (#644) ([`46e0690`](https://github.com/supabase-community/supabase-py/commit/46e0690a1ae125aa6ab82befeb05c32fd8c6dd45))
14+
15+
### Unknown
16+
17+
* Update README.md ([`45af4fb`](https://github.com/supabase-community/supabase-py/commit/45af4fb967e97325e7e5963a5aaf507669fd1084))
18+
19+
* Update README.md with completed tasks and rename to auth-py (#643) ([`d87fd0c`](https://github.com/supabase-community/supabase-py/commit/d87fd0cfe0029e4aae1d0cd7209c8769763d8224))
20+
21+
* Update README.md ([`f571d0e`](https://github.com/supabase-community/supabase-py/commit/f571d0e7f8217e65c3105db9df1ca627c4a8e3f6))
22+
23+
* Update README.md ([`d9d076c`](https://github.com/supabase-community/supabase-py/commit/d9d076c0b87b1900bccb7bb0bf7876115659dd85))
24+
25+
* Update README.md ([`d9e300a`](https://github.com/supabase-community/supabase-py/commit/d9e300adee62bed7fb74b4aac074b3456e98f9dc))
26+
27+
528
## v2.2.1 (2023-12-10)
629

30+
### Chore
31+
32+
* chore(release): bump version to v2.2.1 ([`9ec606c`](https://github.com/supabase-community/supabase-py/commit/9ec606c5539bdf3e5531c26be3df783db6b28483))
33+
734
### Fix
835

936
* fix: upgrade gotrue and realtime dependencies (#637) ([`2554b66`](https://github.com/supabase-community/supabase-py/commit/2554b66b514bfc85c4c283430d95327cc9e8c4ab))

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 = "supabase"
3-
version = "2.2.1"
3+
version = "2.3.0"
44
description = "Supabase client for Python."
55
authors = ["Joel Lee <[email protected]>", "Leon Fedden <[email protected]>", "Daniel Reinón García <[email protected]>", "Leynier Gutiérrez González <[email protected]>", "Anand", "Andrew Smith <[email protected]>"]
66
homepage = "https://github.com/supabase-community/supabase-py"

supabase/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.2.1"
1+
__version__ = "2.3.0"

0 commit comments

Comments
 (0)