Skip to content

Commit

Permalink
chore(release): bump version to v0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Mar 23, 2024
1 parent a747a72 commit be38b0b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,19 @@



## v0.4.2 (2024-03-23)

### Fix

* fix: ci workflow (#68) ([`a747a72`](https://github.com/supabase-community/functions-py/commit/a747a729b35d31197d2b772d2f5ddc9e5ec9daed))


## v0.4.1 (2024-03-23)

### Chore

* chore(release): bump version to v0.4.1 ([`f9a9a2f`](https://github.com/supabase-community/functions-py/commit/f9a9a2feede1cec36d9a9c9dc35d64594d4f1f84))

* chore(deps-dev): bump python-semantic-release from 9.2.0 to 9.3.0 (#66)

Signed-off-by: dependabot[bot] <support@github.com>
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_functions"
version = "0.4.1"
version = "0.4.2"
description = "Library for Supabase Functions"
authors = [
"Joel Lee <joel@joellee.org>",
Expand Down
2 changes: 1 addition & 1 deletion supabase_functions/utils.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from httpx import AsyncClient as AsyncClient # noqa: F401
from httpx import Client as BaseClient

__version__ = "0.4.1"
__version__ = "0.4.2"


class SyncClient(BaseClient):
Expand Down

0 comments on commit be38b0b

Please sign in to comment.