Skip to content

Commit 1625a09

Browse files
chore(main): release 2.11.0
1 parent fb7a7e1 commit 1625a09

File tree

4 files changed

+21
-3
lines changed

4 files changed

+21
-3
lines changed

.release-please-manifest.json

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

CHANGELOG.md

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

3+
## [2.11.0](https://github.com/supabase/supabase-py/compare/v2.10.0...v2.11.0) (2024-12-30)
4+
5+
6+
### Features
7+
8+
* **auth:** bump gotrue from 2.10.0 to 2.11.0 ([#1005](https://github.com/supabase/supabase-py/issues/1005)) ([721de30](https://github.com/supabase/supabase-py/commit/721de30e5b4b582de9c371f28ebc4d27b57b4780))
9+
* **functions:** bump supafunc from 0.7.0 to 0.8.0 ([#1006](https://github.com/supabase/supabase-py/issues/1006)) ([bfc4a5c](https://github.com/supabase/supabase-py/commit/bfc4a5c1e36d3db57d71cf04bcb37faf199f687e))
10+
* **functions:** bump supafunc from 0.8.0 to 0.9.0 ([#1008](https://github.com/supabase/supabase-py/issues/1008)) ([19ab5df](https://github.com/supabase/supabase-py/commit/19ab5df525d87b59650a15eb97c9c7ac6346be91))
11+
* **postgrest:** bump postgrest from 0.18.0 to 0.19.0 ([#1004](https://github.com/supabase/supabase-py/issues/1004)) ([d7861b0](https://github.com/supabase/supabase-py/commit/d7861b0c4daf2a225abc14207b166d1121d29a62))
12+
* **realtime:** bump realtime from 2.0.6 to 2.1.0 ([#1019](https://github.com/supabase/supabase-py/issues/1019)) ([f251d52](https://github.com/supabase/supabase-py/commit/f251d520af57a89e21850658c786eb669a4762a8))
13+
* **storage:** bump storage3 from 0.10.0 to 0.11.0 ([#1020](https://github.com/supabase/supabase-py/issues/1020)) ([fb7a7e1](https://github.com/supabase/supabase-py/commit/fb7a7e12577d9718071edfe05077208cbeab5b7c))
14+
* **storage:** bump storage3 from 0.9.0 to 0.10.0 ([#1003](https://github.com/supabase/supabase-py/issues/1003)) ([718edc3](https://github.com/supabase/supabase-py/commit/718edc3892600ca3126f35503599cf0815f9c6c5))
15+
16+
17+
### Bug Fixes
18+
19+
* remove project reference ([#999](https://github.com/supabase/supabase-py/issues/999)) ([e126d04](https://github.com/supabase/supabase-py/commit/e126d04d26f89c274511d151284eb12fa213cdd1))
20+
321
## [2.10.0](https://github.com/supabase/supabase-py/compare/v2.9.1...v2.10.0) (2024-11-04)
422

523

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.10.0" # {x-release-please-version}
3+
version = "2.11.0" # {x-release-please-version}
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/supabase-py"

supabase/version.py

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

0 commit comments

Comments
 (0)