Skip to content

Commit bb24ce0

Browse files
author
github-actions
committed
chore(release): bump version to v2.4.2
1 parent ac2d62d commit bb24ce0

File tree

3 files changed

+32
-2
lines changed

3 files changed

+32
-2
lines changed

Diff for: CHANGELOG.md

+30
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,40 @@
22

33

44

5+
## v2.4.2 (2024-04-14)
6+
7+
### Chore
8+
9+
* chore(deps-dev): bump black from 24.3.0 to 24.4.0 (#765) ([`23d97ce`](https://github.com/supabase-community/supabase-py/commit/23d97ce2e5f10c22502b16b61f0a2bb102060ced))
10+
11+
* chore(deps): bump python-semantic-release/python-semantic-release from 9.3.1 to 9.4.1 (#758) ([`d1ea76e`](https://github.com/supabase-community/supabase-py/commit/d1ea76ed78eaa0c28ea0a4a5ab026faccb50ad13))
12+
13+
* chore(deps-dev): bump python-semantic-release from 9.3.1 to 9.4.1 (#759) ([`32e465b`](https://github.com/supabase-community/supabase-py/commit/32e465b7f89262af635c3e0c92db60aef6a974ff))
14+
15+
* chore(deps-dev): bump commitizen from 3.20.0 to 3.22.0 (#761) ([`583d0d5`](https://github.com/supabase-community/supabase-py/commit/583d0d56c21fed4cd95ae773aa659713e2522a7b))
16+
17+
* chore(deps): bump idna from 3.6 to 3.7 (#763)
18+
19+
Signed-off-by: dependabot[bot] <[email protected]>
20+
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`0871967`](https://github.com/supabase-community/supabase-py/commit/08719676cab9538c32c45b2f6dcd16702f2c540f))
21+
22+
### Fix
23+
24+
* fix: Update minimum postgrest dep for imports (#767) ([`ac2d62d`](https://github.com/supabase-community/supabase-py/commit/ac2d62de335497e7dabcd3ca4d05d80713493f2e))
25+
26+
* fix: remove default mutable argument from client creation (#764) ([`5e46177`](https://github.com/supabase-community/supabase-py/commit/5e461777d34c1a038a02f72ca5d2dc7bb1109026))
27+
28+
### Unknown
29+
30+
* remove mdformat-gfm (#750) ([`73c1958`](https://github.com/supabase-community/supabase-py/commit/73c1958be30b276e7b3cea154c6f62a6b292772b))
31+
32+
533
## v2.4.1 (2024-03-26)
634

735
### Chore
836

37+
* chore(release): bump version to v2.4.1 ([`9e6ea08`](https://github.com/supabase-community/supabase-py/commit/9e6ea08bb11cd913108e96f335671ae0e551ff56))
38+
939
* chore(deps): bump realtime from 1.0.2 to 1.0.3 (#748) ([`44afe58`](https://github.com/supabase-community/supabase-py/commit/44afe58a60dcadda8f249726161babecfab63297))
1040

1141
* chore(deps): bump gotrue from 2.4.1 to 2.4.2 (#747) ([`fb8bb8a`](https://github.com/supabase-community/supabase-py/commit/fb8bb8acca4985baa7a6a83d94b5e695c4e49277))

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "supabase"
3-
version = "2.4.1"
3+
version = "2.4.2"
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"

Diff for: supabase/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.4.1"
1+
__version__ = "2.4.2"

0 commit comments

Comments
 (0)