Skip to content

Commit 5c707e9

Browse files
author
github-actions
committed
chore(release): bump version to v0.4.3
1 parent d8a6f9a commit 5c707e9

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,19 @@
22

33

44

5+
## v0.4.3 (2024-03-23)
6+
7+
### Fix
8+
9+
* fix: add supafunc package distribution (#69) ([`d8a6f9a`](https://github.com/supabase-community/functions-py/commit/d8a6f9a89909c5d4bc3d6c11fb369407931c9cc5))
10+
11+
512
## v0.4.2 (2024-03-23)
613

14+
### Chore
15+
16+
* chore(release): bump version to v0.4.2 ([`be38b0b`](https://github.com/supabase-community/functions-py/commit/be38b0b38ce878df629b1170b69ccbaf5e54ba03))
17+
718
### Fix
819

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

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_functions"
3-
version = "0.4.2"
3+
version = "0.4.3"
44
description = "Library for Supabase Functions"
55
authors = [
66
"Joel Lee <[email protected]>",

supabase_functions/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from httpx import AsyncClient as AsyncClient # noqa: F401
22
from httpx import Client as BaseClient
33

4-
__version__ = "0.4.2"
4+
__version__ = "0.4.3"
55

66

77
class SyncClient(BaseClient):

0 commit comments

Comments
 (0)