Skip to content

Commit

Permalink
chore(main): release 2.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 25, 2024
1 parent 721de30 commit 1a37438
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.10.0"
".": "2.11.0"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# CHANGELOG

## [2.11.0](https://github.com/supabase/supabase-py/compare/v2.10.0...v2.11.0) (2024-11-25)


### Features

* **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))
* **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))
* **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))


### Bug Fixes

* remove project reference ([#999](https://github.com/supabase/supabase-py/issues/999)) ([e126d04](https://github.com/supabase/supabase-py/commit/e126d04d26f89c274511d151284eb12fa213cdd1))

## [2.10.0](https://github.com/supabase/supabase-py/compare/v2.9.1...v2.10.0) (2024-11-04)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "supabase"
version = "2.10.0" # {x-release-please-version}
version = "2.11.0" # {x-release-please-version}
description = "Supabase client for Python."
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]>"]
homepage = "https://github.com/supabase/supabase-py"
Expand Down
2 changes: 1 addition & 1 deletion supabase/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.10.0" # {x-release-please-version}
__version__ = "2.11.0" # {x-release-please-version}

0 comments on commit 1a37438

Please sign in to comment.