Skip to content

Commit 1c17d79

Browse files
chore(main): release 0.6.2 (#153)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4c148f4 commit 1c17d79

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

.release-please-manifest.json

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

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# CHANGELOG
22

3+
## [0.6.2](https://github.com/supabase/functions-py/compare/v0.6.1...v0.6.2) (2024-10-15)
4+
5+
6+
### Bug Fixes
7+
8+
* bump minimal version of Python to 3.9 ([#154](https://github.com/supabase/functions-py/issues/154)) ([f2dab24](https://github.com/supabase/functions-py/commit/f2dab248b81df6c981434cee5d4160e95cb92df9))
9+
* Types to use Option[T] ([#152](https://github.com/supabase/functions-py/issues/152)) ([637bf4e](https://github.com/supabase/functions-py/commit/637bf4e33f1c6a845654dba923e6215ed8cd4a7f))
10+
311
## [0.6.1](https://github.com/supabase/functions-py/compare/v0.6.0...v0.6.1) (2024-10-02)
412

513

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.6.1" # {x-release-please-version}
3+
version = "0.6.2" # {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.6.1" # {x-release-please-version}
1+
__version__ = "0.6.2" # {x-release-please-version}

0 commit comments

Comments
 (0)