Skip to content

Commit 92541a2

Browse files
author
github-actions
committed
chore(release): bump version to v2.1.0
1 parent ee64181 commit 92541a2

File tree

3 files changed

+47
-2
lines changed

3 files changed

+47
-2
lines changed

Diff for: CHANGELOG.md

+45
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,53 @@
22

33

44

5+
## v2.1.0 (2023-11-23)
6+
7+
### Chore
8+
9+
* chore(deps): bump storage3 from 0.6.1 to 0.7.0 (#620) ([`f0dbe94`](https://github.com/supabase-community/supabase-py/commit/f0dbe94126d4f88bc158784b3cb2fdab784cae15))
10+
11+
* chore(deps): bump storage3 from 0.6.1 to 0.7.0
12+
13+
Bumps [storage3](https://github.com/supabase-community/storage-py) from 0.6.1 to 0.7.0.
14+
- [Release notes](https://github.com/supabase-community/storage-py/releases)
15+
- [Changelog](https://github.com/supabase-community/storage-py/blob/main/CHANGELOG.md)
16+
- [Commits](https://github.com/supabase-community/storage-py/compare/v0.6.1...v0.7.0)
17+
18+
---
19+
updated-dependencies:
20+
- dependency-name: storage3
21+
dependency-type: direct:production
22+
update-type: version-update:semver-minor
23+
...
24+
25+
Signed-off-by: dependabot[bot] <[email protected]> ([`38a7ded`](https://github.com/supabase-community/supabase-py/commit/38a7ded3f3a04dcf2ed16c581716bbe1ef2c469f))
26+
27+
### Feature
28+
29+
* feat: add async client (#619) ([`ee64181`](https://github.com/supabase-community/supabase-py/commit/ee64181c9bb27f4974636b5f87219059e44deadb))
30+
31+
* feat: add async client ([`6097109`](https://github.com/supabase-community/supabase-py/commit/6097109c590a650601644f973116a2ee865c3024))
32+
33+
### Fix
34+
35+
* fix: format code with pre-commit ([`9f36f9d`](https://github.com/supabase-community/supabase-py/commit/9f36f9db2f125c01c8240475011588d11997e021))
36+
37+
### Unknown
38+
39+
* Update lock file ([`c34d5c6`](https://github.com/supabase-community/supabase-py/commit/c34d5c6b01db0a6e2984637092c8f4ae5ea1498c))
40+
41+
* Update supabase/_async/client.py
42+
43+
Co-authored-by: Joel Lee <[email protected]> ([`068b601`](https://github.com/supabase-community/supabase-py/commit/068b601f1ceb326f5266b67264a9c1bac7301497))
44+
45+
546
## v2.0.3 (2023-11-01)
647

48+
### Chore
49+
50+
* chore(release): bump version to v2.0.3 ([`f76ac69`](https://github.com/supabase-community/supabase-py/commit/f76ac69bb12d65e5321ec1753a97020e3583ed19))
51+
752
### Fix
853

954
* fix: add flow_type to client options (#610) ([`344850d`](https://github.com/supabase-community/supabase-py/commit/344850d60ce06996f46242421665b4044f0ebb73))

Diff for: 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.0.3"
3+
version = "2.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", "Andrew Smith <[email protected]>"]
66
homepage = "https://github.com/supabase-community/supabase-py"

Diff for: supabase/__version__.py

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

0 commit comments

Comments
 (0)