From 87e9e4c0d32ea84c472c1a947c9b3bddf271e905 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2024 07:20:45 +0000 Subject: [PATCH] chore(main): release 0.9.0 (#166) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- supabase_functions/version.py | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 64f3cdd..76d5538 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.8.0" + ".": "0.9.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d4a5666..7a06fa8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # CHANGELOG +## [0.9.0](https://github.com/supabase/functions-py/compare/v0.8.0...v0.9.0) (2024-11-28) + + +### Features + +* rewrite region enumerated literals as Enums ([#164](https://github.com/supabase/functions-py/issues/164)) ([3ca78fa](https://github.com/supabase/functions-py/commit/3ca78fa14ceb6b0cb2b70ee6dd7a1229fe974cf4)) + ## [0.8.0](https://github.com/supabase/functions-py/compare/v0.7.0...v0.8.0) (2024-11-22) diff --git a/pyproject.toml b/pyproject.toml index f06ee51..cfbd148 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "supabase_functions" -version = "0.8.0" # {x-release-please-version} +version = "0.9.0" # {x-release-please-version} description = "Library for Supabase Functions" authors = [ "Joel Lee ", diff --git a/supabase_functions/version.py b/supabase_functions/version.py index 408b6d1..f14a8bc 100644 --- a/supabase_functions/version.py +++ b/supabase_functions/version.py @@ -1 +1 @@ -__version__ = "0.8.0" # {x-release-please-version} +__version__ = "0.9.0" # {x-release-please-version}