Skip to content

Commit ad25d22

Browse files
chore(main): release 2.10.0 (#980)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 34f86e6 commit ad25d22

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

Diff for: .release-please-manifest.json

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

Diff for: CHANGELOG.md

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

3+
## [2.10.0](https://github.com/supabase/supabase-py/compare/v2.9.1...v2.10.0) (2024-11-04)
4+
5+
6+
### Features
7+
8+
* **auth:** bump gotrue from 2.9.3 to 2.10.0 ([#984](https://github.com/supabase/supabase-py/issues/984)) ([34f86e6](https://github.com/supabase/supabase-py/commit/34f86e6320ec6043014fc59e75e8bffd43dab2ee))
9+
* **functions:** bump supafunc from 0.6.2 to 0.7.0 ([#982](https://github.com/supabase/supabase-py/issues/982)) ([bd630d5](https://github.com/supabase/supabase-py/commit/bd630d5071fa72aebd3efdd9c3ff194cab7420e0))
10+
* **postgrest:** bump postgrest from 0.17.2 to 0.18.0 ([#981](https://github.com/supabase/supabase-py/issues/981)) ([9b5cc07](https://github.com/supabase/supabase-py/commit/9b5cc07a2ee68a03bb4c854b38b675f9b2d032a7))
11+
* **storage:** bump storage3 from 0.8.2 to 0.9.0 ([#979](https://github.com/supabase/supabase-py/issues/979)) ([38d40e5](https://github.com/supabase/supabase-py/commit/38d40e53eb3897eadb111c55c40fb9b52a019297))
12+
313
## [2.9.1](https://github.com/supabase/supabase-py/compare/v2.9.0...v2.9.1) (2024-10-18)
414

515

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.9.1" # {x-release-please-version}
3+
version = "2.10.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"

Diff for: supabase/version.py

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

0 commit comments

Comments
 (0)