Skip to content

Commit 7c50bd8

Browse files
chore(main): release 2.9.0 (#951)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1834069 commit 7c50bd8

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

.release-please-manifest.json

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

CHANGELOG.md

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

3+
## [2.9.0](https://github.com/supabase/supabase-py/compare/v2.8.1...v2.9.0) (2024-10-04)
4+
5+
6+
### Features
7+
8+
* Proxy support ([#950](https://github.com/supabase/supabase-py/issues/950)) ([2a89a7c](https://github.com/supabase/supabase-py/commit/2a89a7c7f6daface72741ed336e6ececb13c7b1e))
9+
10+
11+
### Bug Fixes
12+
13+
* **functions:** bump supafunc from 0.6.0 to 0.6.1 ([#954](https://github.com/supabase/supabase-py/issues/954)) ([1834069](https://github.com/supabase/supabase-py/commit/18340690c58c217875511a11f40fc5e85001748b))
14+
* **postgrest:** bump postgrest from 0.17.0 to 0.17.1 ([#952](https://github.com/supabase/supabase-py/issues/952)) ([ec19cd4](https://github.com/supabase/supabase-py/commit/ec19cd4da0895a561ccc73f9f12228f70ced71b4))
15+
* **storage:** bump storage3 from 0.8.0 to 0.8.1 ([#953](https://github.com/supabase/supabase-py/issues/953)) ([b739b97](https://github.com/supabase/supabase-py/commit/b739b979014527a24a4efdf60e986821dde1c10a))
16+
317
## [2.8.1](https://github.com/supabase/supabase-py/compare/v2.8.0...v2.8.1) (2024-09-30)
418

519

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.8.1" # {x-release-please-version}
3+
version = "2.9.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.8.1" # {x-release-please-version}
1+
__version__ = "2.9.0" # {x-release-please-version}

0 commit comments

Comments
 (0)