Skip to content

Commit

Permalink
chore(main): release 2.12.0 (#1038)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jan 24, 2025
1 parent 11a1270 commit d6dbeff
Show file tree
Hide file tree
Showing 4 changed files with 18 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.11.0"
".": "2.12.0"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# CHANGELOG

## [2.12.0](https://github.com/supabase/supabase-py/compare/v2.11.0...v2.12.0) (2025-01-24)


### Features

* **realtime:** bump realtime from 2.1.0 to 2.2.0 ([#1037](https://github.com/supabase/supabase-py/issues/1037)) ([0e5eed6](https://github.com/supabase/supabase-py/commit/0e5eed6f47096e21f8f1e0b94bcae121e21afdc0))


### Bug Fixes

* **auth:** bump gotrue from 2.11.1 to 2.11.2 ([#1036](https://github.com/supabase/supabase-py/issues/1036)) ([f7c87b9](https://github.com/supabase/supabase-py/commit/f7c87b90108d3d448718ea1f8c92de2492735253))
* **functions:** bump supafunc from 0.9.0 to 0.9.2 ([#1029](https://github.com/supabase/supabase-py/issues/1029)) ([f53f7ff](https://github.com/supabase/supabase-py/commit/f53f7ff58cb75b7b9aa5172eb6319b01f1f40407))
* **postgrest:** bump postgrest from 0.19.1 to 0.19.3 ([#1040](https://github.com/supabase/supabase-py/issues/1040)) ([c117a57](https://github.com/supabase/supabase-py/commit/c117a57a3f06d31499c194fa17cd48e87a5ea234))
* **storage:** bump storage3 from 0.11.0 to 0.11.1 ([#1035](https://github.com/supabase/supabase-py/issues/1035)) ([17942a2](https://github.com/supabase/supabase-py/commit/17942a2a6a6537d0ed36c06ffd62d224f094b39a))

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


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.11.0" # {x-release-please-version}
version = "2.12.0" # {x-release-please-version}
description = "Supabase client for Python."
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>"]
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.11.0" # {x-release-please-version}
__version__ = "2.12.0" # {x-release-please-version}

0 comments on commit d6dbeff

Please sign in to comment.