Skip to content

Commit b9240d8

Browse files
author
github-actions
committed
chore(release): bump version to v2.1.1
1 parent 243324d commit b9240d8

File tree

3 files changed

+59
-2
lines changed

3 files changed

+59
-2
lines changed

CHANGELOG.md

+57
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,67 @@
22

33

44

5+
## v2.1.1 (2023-11-30)
6+
7+
### Chore
8+
9+
* chore(deps): bump gotrue from 1.3.0 to 2.0.0 (#628) ([`247b309`](https://github.com/supabase-community/supabase-py/commit/247b3091925347258348c200daec04a7b90c908b))
10+
11+
* chore(deps): bump gotrue from 1.3.0 to 2.0.0
12+
13+
Bumps [gotrue](https://github.com/supabase-community/gotrue-py) from 1.3.0 to 2.0.0.
14+
- [Release notes](https://github.com/supabase-community/gotrue-py/releases)
15+
- [Changelog](https://github.com/supabase-community/gotrue-py/blob/main/CHANGELOG.md)
16+
- [Commits](https://github.com/supabase-community/gotrue-py/compare/v1.3.0...v2.0.0)
17+
18+
---
19+
updated-dependencies:
20+
- dependency-name: gotrue
21+
dependency-type: direct:production
22+
update-type: version-update:semver-major
23+
...
24+
25+
Signed-off-by: dependabot[bot] <[email protected]> ([`c1c0ac0`](https://github.com/supabase-community/supabase-py/commit/c1c0ac0b48d148653fa9aa0d8c3c980bc60282ac))
26+
27+
* chore(deps): bump gotrue from 1.3.0 to 1.3.1 (#626) ([`1d268a0`](https://github.com/supabase-community/supabase-py/commit/1d268a04e233991fb8b8f0fba65cf06aef247515))
28+
29+
* chore(deps): bump gotrue from 1.3.0 to 1.3.1
30+
31+
Bumps [gotrue](https://github.com/supabase-community/gotrue-py) from 1.3.0 to 1.3.1.
32+
- [Release notes](https://github.com/supabase-community/gotrue-py/releases)
33+
- [Changelog](https://github.com/supabase-community/gotrue-py/blob/main/CHANGELOG.md)
34+
- [Commits](https://github.com/supabase-community/gotrue-py/compare/v1.3.0...v1.3.1)
35+
36+
---
37+
updated-dependencies:
38+
- dependency-name: gotrue
39+
dependency-type: direct:production
40+
update-type: version-update:semver-patch
41+
...
42+
43+
Signed-off-by: dependabot[bot] <[email protected]> ([`0ec8371`](https://github.com/supabase-community/supabase-py/commit/0ec83716f693ae5b0a3e167dfed13f5941c5f6be))
44+
45+
### Fix
46+
47+
* fix: remove deprecated .functions() method (#629) ([`243324d`](https://github.com/supabase-community/supabase-py/commit/243324d37650c9540bab0b14b6d550f06e10f1d0))
48+
49+
* fix: remove deprecated .functions() method ([`e9f8010`](https://github.com/supabase-community/supabase-py/commit/e9f801040c7d62489e3648c0302018f69ed865f8))
50+
51+
### Unknown
52+
53+
* add: complete string (#624) ([`b41c453`](https://github.com/supabase-community/supabase-py/commit/b41c453e0e65229b53d9640e660a58226ab2d7d9))
54+
55+
* add: complete string
56+
57+
Incomplete String in `### Download a file` ([`7f7beec`](https://github.com/supabase-community/supabase-py/commit/7f7beecd009e8b79fb15d33ba3dfc934975f2f50))
58+
59+
560
## v2.1.0 (2023-11-23)
661

762
### Chore
863

64+
* chore(release): bump version to v2.1.0 ([`92541a2`](https://github.com/supabase-community/supabase-py/commit/92541a22ad431cc50f19242f2be4eb2cda90b50d))
65+
966
* chore(deps): bump storage3 from 0.6.1 to 0.7.0 (#620) ([`f0dbe94`](https://github.com/supabase-community/supabase-py/commit/f0dbe94126d4f88bc158784b3cb2fdab784cae15))
1067

1168
* chore(deps): bump storage3 from 0.6.1 to 0.7.0

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "supabase"
3-
version = "2.1.0"
3+
version = "2.1.1"
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-community/supabase-py"

supabase/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.1.0"
1+
__version__ = "2.1.1"

0 commit comments

Comments
 (0)