Skip to content

Commit be38b0b

Browse files
author
github-actions
committed
chore(release): bump version to v0.4.2
1 parent a747a72 commit be38b0b

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

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

33

44

5+
## v0.4.2 (2024-03-23)
6+
7+
### Fix
8+
9+
* fix: ci workflow (#68) ([`a747a72`](https://github.com/supabase-community/functions-py/commit/a747a729b35d31197d2b772d2f5ddc9e5ec9daed))
10+
11+
512
## v0.4.1 (2024-03-23)
613

714
### Chore
815

16+
* chore(release): bump version to v0.4.1 ([`f9a9a2f`](https://github.com/supabase-community/functions-py/commit/f9a9a2feede1cec36d9a9c9dc35d64594d4f1f84))
17+
918
* chore(deps-dev): bump python-semantic-release from 9.2.0 to 9.3.0 (#66)
1019

1120
Signed-off-by: dependabot[bot] <[email protected]>

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.1"
3+
version = "0.4.2"
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.1"
4+
__version__ = "0.4.2"
55

66

77
class SyncClient(BaseClient):

0 commit comments

Comments
 (0)