Skip to content

Commit dece7d2

Browse files
author
github-actions
committed
chore(release): bump version to v2.4.0
1 parent 4661668 commit dece7d2

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

Diff for: CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,19 @@
22

33

44

5+
## v2.4.0 (2024-02-28)
6+
7+
### Feature
8+
9+
* feat: add actions to dependabot (#710) ([`4661668`](https://github.com/supabase-community/supabase-py/commit/4661668d90a04599813f7083ed1c13af1cd96c96))
10+
11+
512
## v2.3.8 (2024-02-28)
613

14+
### Chore
15+
16+
* chore(release): bump version to v2.3.8 ([`d4e3d1b`](https://github.com/supabase-community/supabase-py/commit/d4e3d1b11e5376b1dc9a1171600ad57abef06522))
17+
718
### Fix
819

920
* fix: update postgrest and dev dependencies (#709) ([`f0f3079`](https://github.com/supabase-community/supabase-py/commit/f0f3079c90e848cb0da62d9cfcf77c0398113c2a))

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.3.8"
3+
version = "2.4.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"

Diff for: supabase/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.3.8"
1+
__version__ = "2.4.0"

0 commit comments

Comments
 (0)