Skip to content

Commit f04f5c9

Browse files
chore(main): release 2.8.1 (#947)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d4f9307 commit f04f5c9

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.8.0"
2+
".": "2.8.1"
33
}

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# CHANGELOG
22

3+
## [2.8.1](https://github.com/supabase/supabase-py/compare/v2.8.0...v2.8.1) (2024-09-30)
4+
5+
6+
### Bug Fixes
7+
8+
* **auth:** bump gotrue from 2.9.0 to 2.9.1 ([#948](https://github.com/supabase/supabase-py/issues/948)) ([90db548](https://github.com/supabase/supabase-py/commit/90db5480eec3fe403cfd3b161c6a37f121ef6706))
9+
* **deps:** change version constraints on managed dependencies ([#945](https://github.com/supabase/supabase-py/issues/945)) ([d4f9307](https://github.com/supabase/supabase-py/commit/d4f9307dd2f244dad3cbcafce549e0bf3f963571))
10+
* storage type for async client options ([#944](https://github.com/supabase/supabase-py/issues/944)) ([28a9c9f](https://github.com/supabase/supabase-py/commit/28a9c9f063ad3d70dd58dd588eecbac6e9621fc1))
11+
312
## [2.8.0](https://github.com/supabase/supabase-py/compare/v2.7.4...v2.8.0) (2024-09-29)
413

514

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "supabase"
3-
version = "2.8.0" # {x-release-please-version}
3+
version = "2.8.1" # {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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.8.0" # {x-release-please-version}
1+
__version__ = "2.8.1" # {x-release-please-version}

0 commit comments

Comments
 (0)