Skip to content

Commit 2fa8891

Browse files
chore(main): release 2.15.0 (#1080)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7816d7f commit 2fa8891

File tree

4 files changed

+20
-3
lines changed

4 files changed

+20
-3
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.14.0"
2+
".": "2.15.0"
33
}

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# CHANGELOG
22

3+
## [2.15.0](https://github.com/supabase/supabase-py/compare/v2.14.0...v2.15.0) (2025-03-26)
4+
5+
6+
### Features
7+
8+
* **postgrest:** bump postgrest from 0.19.3 to 1.0.0 ([#1074](https://github.com/supabase/supabase-py/issues/1074)) ([5e59df6](https://github.com/supabase/supabase-py/commit/5e59df6bfae71c6c84c839ec779494b59090e2ee))
9+
10+
11+
### Bug Fixes
12+
13+
* **auth:** bump gotrue from 2.11.4 to 2.12.0 ([#1087](https://github.com/supabase/supabase-py/issues/1087)) ([da3ed9c](https://github.com/supabase/supabase-py/commit/da3ed9cdd709a09ca545e27189c870926aace5f6))
14+
* **functions:** bump supafunc from 0.9.3 to 0.9.4 ([#1088](https://github.com/supabase/supabase-py/issues/1088)) ([0340c8e](https://github.com/supabase/supabase-py/commit/0340c8eeb0f80c1dc7d24306625a27346eef10b5))
15+
* **postgrest:** bump postgrest from 1.0.0 to 1.0.1 ([#1083](https://github.com/supabase/supabase-py/issues/1083)) ([44d2ca5](https://github.com/supabase/supabase-py/commit/44d2ca56eb7d33245023a620d03fbb9184818ea1))
16+
* **realtime:** bump realtime from 2.4.0 to 2.4.1 ([#1066](https://github.com/supabase/supabase-py/issues/1066)) ([1f92945](https://github.com/supabase/supabase-py/commit/1f92945a134de22eedc7911c80ed0607624e5b0c))
17+
* **realtime:** bump realtime from 2.4.1 to 2.4.2 ([#1089](https://github.com/supabase/supabase-py/issues/1089)) ([7816d7f](https://github.com/supabase/supabase-py/commit/7816d7f40e0591da57679c60a1bd48177f351937))
18+
* schema method should use postgres method directly ([#1082](https://github.com/supabase/supabase-py/issues/1082)) ([b992324](https://github.com/supabase/supabase-py/commit/b9923249d91d5dd4c6817f593202aca9e31f7563))
19+
320
## [2.14.0](https://github.com/supabase/supabase-py/compare/v2.13.0...v2.14.0) (2025-03-20)
421

522

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.14.0" # {x-release-please-version}
3+
version = "2.15.0" # {x-release-please-version}
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", "Andrew Smith <a.smith@silentworks.co.uk>"]
66
homepage = "https://github.com/supabase/supabase-py"

supabase/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.14.0" # {x-release-please-version}
1+
__version__ = "2.15.0" # {x-release-please-version}

0 commit comments

Comments
 (0)