Skip to content

Commit

Permalink
chore(release): bump version to v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Oct 31, 2023
1 parent 2f7c69f commit cc9e641
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 2 deletions.
35 changes: 35 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,39 @@



## v2.0.1 (2023-10-31)

### Chore

* chore: upgrade to the latest functions-py (#607) ([`d02f41f`](https://github.com/supabase-community/supabase-py/commit/d02f41f353a73f63ac19a1d2366236e993b54a82))

* chore: upgrade to the latest functions-py ([`bf3dca0`](https://github.com/supabase-community/supabase-py/commit/bf3dca0e39ac9bb3bcf5b922eca692c70ccdcbd3))

* chore(deps): bump supafunc from 0.3.0 to 0.3.1 (#606) ([`4ef1ea0`](https://github.com/supabase-community/supabase-py/commit/4ef1ea0461fa96e193fdd2fafdb23d1183c914e9))

* chore(deps): bump supafunc from 0.3.0 to 0.3.1

Bumps [supafunc](https://github.com/supabase-community/functions-py) from 0.3.0 to 0.3.1.
- [Release notes](https://github.com/supabase-community/functions-py/releases)
- [Changelog](https://github.com/supabase-community/functions-py/blob/main/CHANGELOG.md)
- [Commits](https://github.com/supabase-community/functions-py/compare/v0.3.0...v0.3.1)

---
updated-dependencies:
- dependency-name: supafunc
dependency-type: direct:production
update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com> ([`1af3eae`](https://github.com/supabase-community/supabase-py/commit/1af3eae133015220c5c96f360c76aa926710156a))

### Fix

* fix: functions-py version update (#608) ([`2f7c69f`](https://github.com/supabase-community/supabase-py/commit/2f7c69fadda8ab8492ecb181f144bfd294b71cc6))

* fix: functions-py version update ([`f5ba014`](https://github.com/supabase-community/supabase-py/commit/f5ba014dbf0be055ab132279a2bb95970d2f2834))


## v2.0.0 (2023-10-29)

### Breaking
Expand All @@ -12,6 +45,8 @@ BREAKING CHANGE: Functions now raise exceptions on errors ([`10e9c47`](https://g

### Chore

* chore(release): bump version to v2.0.0 ([`04e1ae2`](https://github.com/supabase-community/supabase-py/commit/04e1ae2a131227fc4351d5a9cda9ad064f51f76b))

* chore(deps-dev): bump pytest from 7.4.2 to 7.4.3 (#603) ([`8f9ce5c`](https://github.com/supabase-community/supabase-py/commit/8f9ce5c882e9246d777da919372969689d275257))

* chore(deps-dev): bump pytest from 7.4.2 to 7.4.3
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.0.0"
version = "2.0.1"
description = "Supabase client for Python."
authors = ["Joel Lee <joel@joellee.org>", "Leon Fedden <leonfedden@gmail.com>", "Daniel Reinón García <danielreinon@outlook.com>", "Leynier Gutiérrez González <leynier41@gmail.com>", "Anand", "Andrew Smith <a.smith@silentworks.co.uk>"]
homepage = "https://github.com/supabase-community/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.0.0"
__version__ = "2.0.1"

0 comments on commit cc9e641

Please sign in to comment.