Skip to content

Commit

Permalink
chore(main): release 2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Sep 26, 2024
1 parent 5e34512 commit 0246f39
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.7.4"
".": "2.8.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.8.0](https://github.com/supabase/supabase-py/compare/v2.7.4...v2.8.0) (2024-09-26)


### Features

* **auth:** bump gotrue from 2.7.0 to 2.8.0 ([#916](https://github.com/supabase/supabase-py/issues/916)) ([ae97452](https://github.com/supabase/supabase-py/commit/ae9745247b271b3d2e9ef5ab28da04a68ffdc9bc))


### Bug Fixes

* async set_auth for realtime in auth event listener ([#930](https://github.com/supabase/supabase-py/issues/930)) ([5e34512](https://github.com/supabase/supabase-py/commit/5e34512448bf037d1d002ebe162e415e707054b5))
* **deps:** bump gotrue from 2.8.0 to 2.8.1 ([#923](https://github.com/supabase/supabase-py/issues/923)) ([eb7b466](https://github.com/supabase/supabase-py/commit/eb7b466838ba31bbe28af11144aff80cc94873fc))
* update exports from init file ([#928](https://github.com/supabase/supabase-py/issues/928)) ([7a6199e](https://github.com/supabase/supabase-py/commit/7a6199e1c532fc46662d0b33b166b6db3456fec5))

## [2.7.4](https://github.com/supabase/supabase-py/compare/v2.7.3...v2.7.4) (2024-08-29)


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.7.4" # {x-release-please-version}
version = "2.8.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.7.4" # {x-release-please-version}
__version__ = "2.8.0" # {x-release-please-version}

0 comments on commit 0246f39

Please sign in to comment.