Skip to content

Commit 2171d7a

Browse files
chore(main): release 0.9.4 (#198)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7077a38 commit 2171d7a

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.9.3"
2+
".": "0.9.4"
33
}

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# CHANGELOG
22

3+
## [0.9.4](https://github.com/supabase/functions-py/compare/v0.9.3...v0.9.4) (2025-03-26)
4+
5+
6+
### Bug Fixes
7+
8+
* custom error status code from edge function returned correctly ([#196](https://github.com/supabase/functions-py/issues/196)) ([7077a38](https://github.com/supabase/functions-py/commit/7077a38fb6c303f3c2f6d78f1265a43b04e7ec59))
9+
310
## [0.9.3](https://github.com/supabase/functions-py/compare/v0.9.2...v0.9.3) (2025-01-29)
411

512

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "supabase_functions"
3-
version = "0.9.3" # {x-release-please-version}
3+
version = "0.9.4" # {x-release-please-version}
44
description = "Library for Supabase Functions"
55
authors = [
66
"Joel Lee <[email protected]>",

supabase_functions/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.9.3" # {x-release-please-version}
1+
__version__ = "0.9.4" # {x-release-please-version}

0 commit comments

Comments
 (0)