Skip to content

Commit 919eed0

Browse files
author
semantic-release
committed
chore(release): bump version to v0.5.1
1 parent 59135d8 commit 919eed0

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,25 @@
11
# CHANGELOG
22

3+
## v0.5.1 (2024-07-25)
4+
5+
### Chore
6+
7+
* chore(deps): bump python-semantic-release/python-semantic-release from 9.8.5 to 9.8.6 (#125) ([`8db273a`](https://github.com/supabase-community/functions-py/commit/8db273add3dd634667171e575143bc5a2e27faa7))
8+
9+
* chore(deps-dev): bump python-semantic-release from 9.8.5 to 9.8.6 (#124) ([`3b122ca`](https://github.com/supabase-community/functions-py/commit/3b122cab749abe862f5b4174cb70bd1e7f3d7ce8))
10+
11+
* chore(deps-dev): bump pytest from 8.2.2 to 8.3.1 (#123) ([`e4c53f2`](https://github.com/supabase-community/functions-py/commit/e4c53f2421e17d3891b4ab3d57aa991da0039a86))
12+
13+
### Fix
14+
15+
* fix: add x-region support (#126) ([`59135d8`](https://github.com/supabase-community/functions-py/commit/59135d8de63030837a2730dd2631da746386b8fe))
16+
317
## v0.5.0 (2024-07-21)
418

519
### Chore
620

21+
* chore(release): bump version to v0.5.0 ([`8496b3e`](https://github.com/supabase-community/functions-py/commit/8496b3e0d8eb0cbd7d4d9663b864496abcda5e0e))
22+
723
* chore(deps-dev): bump pytest-asyncio from 0.23.7 to 0.23.8 (#122) ([`e1d064b`](https://github.com/supabase-community/functions-py/commit/e1d064b75fc828cdd3972ab64e65b9868043246c))
824

925
### Feature

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

66
DEFAULT_FUNCTION_CLIENT_TIMEOUT = 5
77

0 commit comments

Comments
 (0)