Skip to content

Commit 0bb7830

Browse files
author
github-actions
committed
chore(release): bump version to v1.1.0
1 parent 0a080d0 commit 0bb7830

File tree

3 files changed

+65
-2
lines changed

3 files changed

+65
-2
lines changed

CHANGELOG.md

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,77 @@
22

33

44

5+
## v1.1.0 (2023-09-29)
6+
7+
### Chore
8+
9+
* chore(deps): bump postgrest from 0.10.8 to 0.11.0
10+
11+
Bumps [postgrest](https://github.com/supabase-community/postgrest-py) from 0.10.8 to 0.11.0.
12+
- [Release notes](https://github.com/supabase-community/postgrest-py/releases)
13+
- [Changelog](https://github.com/supabase-community/postgrest-py/blob/master/CHANGELOG.md)
14+
- [Commits](https://github.com/supabase-community/postgrest-py/compare/v0.10.8...v0.11.0)
15+
16+
---
17+
updated-dependencies:
18+
- dependency-name: postgrest
19+
dependency-type: direct:production
20+
update-type: version-update:semver-minor
21+
...
22+
23+
Signed-off-by: dependabot[bot] <[email protected]> ([`1af5611`](https://github.com/supabase-community/supabase-py/commit/1af5611f83b59b0bbd9921fe0357c2100434c5f8))
24+
25+
### Feature
26+
27+
* feat: narrow the auth event listening ([`dc07c5d`](https://github.com/supabase-community/supabase-py/commit/dc07c5d3ded8860dc37d75f3d3e50716253b4fc5))
28+
29+
### Unknown
30+
31+
* Merge pull request #573 from supabase-community/silentworks/narrow-auth-events-listening
32+
33+
feat: narrow the auth event listening ([`0a080d0`](https://github.com/supabase-community/supabase-py/commit/0a080d0af261c6ca8ee2919a446cc17e15dc8e1b))
34+
35+
* 'Refactored by Sourcery' (#574)
36+
37+
Co-authored-by: Sourcery AI <> ([`5e5b1e4`](https://github.com/supabase-community/supabase-py/commit/5e5b1e4ddd81c86a97fe74cfaacdcf0eabb26dcf))
38+
39+
* Fix trailing whitespace in ci.yml ([`a098bc4`](https://github.com/supabase-community/supabase-py/commit/a098bc45720ad11664270cff1808e1639b0c81e7))
40+
41+
* Merge pull request #572 from supabase-community/silentworks/add-push-event
42+
43+
Add push event back as it borked CI ([`d1f4574`](https://github.com/supabase-community/supabase-py/commit/d1f45740fbe7176ac2cce9eb3ac81ef3743c04ef))
44+
45+
* Add push event back as it borked CI ([`c121122`](https://github.com/supabase-community/supabase-py/commit/c121122e16991c0f0d7b4d262f53ea62d6e17318))
46+
47+
* Merge pull request #571 from supabase-community/silentworks/remove-push-event
48+
49+
Remove push even from workflow ([`c5b346f`](https://github.com/supabase-community/supabase-py/commit/c5b346fcffebee8bb6e0b6b4f9d20783cfce7220))
50+
51+
* Remove push even from workflow ([`7a054fe`](https://github.com/supabase-community/supabase-py/commit/7a054fe7594365e0c1371a322b057a909474a5bb))
52+
53+
* Merge pull request #570 from supabase-community/dependabot/pip/main/postgrest-0.11.0
54+
55+
chore(deps): bump postgrest from 0.10.8 to 0.11.0 ([`576abbb`](https://github.com/supabase-community/supabase-py/commit/576abbb45b6bca891efa2c48ab48bab6fdc78380))
56+
57+
* Merge pull request #569 from supabase-community/silentworks/update-dependabot-target-branch
58+
59+
Update dependabot target branch ([`5f87d78`](https://github.com/supabase-community/supabase-py/commit/5f87d78656d01b528070066342b37dde6919ad12))
60+
61+
562
## v1.0.6 (2023-09-28)
663

64+
### Chore
65+
66+
* chore(release): bump version to v1.0.6 ([`7f431b9`](https://github.com/supabase-community/supabase-py/commit/7f431b99f4aa61052383a258f376eb6155811150))
67+
768
### Fix
869

970
* fix: correct semantic release variable names ([`c6a03e2`](https://github.com/supabase-community/supabase-py/commit/c6a03e2ac9f63966cc91787506e978f2ca28a212))
1071

1172
### Unknown
1273

74+
* Update dependabot target branch ([`7b62b17`](https://github.com/supabase-community/supabase-py/commit/7b62b17c03562e6f12d7b5e4eb3923fe4a10149f))
75+
1376
* Merge pull request #568 from supabase-community/silentworks/fix-semantic-releases-variable-names
1477

1578
fix: correct semantic release variable names ([`c846275`](https://github.com/supabase-community/supabase-py/commit/c846275475169df866e336648ffeea6d0e6188a0))

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 = "1.0.6"
3+
version = "1.1.0"
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"]
66
homepage = "https://github.com/supabase-community/supabase-py"

supabase/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.0.6"
1+
__version__ = "1.1.0"

0 commit comments

Comments
 (0)