From 0265c67f8e5bdf6218802d8bd8ffe3c06bfb7d49 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 19:30:45 +0000 Subject: [PATCH] chore(main): release 0.18.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ postgrest/version.py | 2 +- pyproject.toml | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 89dfe57..5e39b94 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.17.2" + ".": "0.18.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index db34982..3996632 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # CHANGELOG +## [0.18.0](https://github.com/supabase/postgrest-py/compare/v0.17.2...v0.18.0) (2024-10-31) + + +### Features + +* Check if url is an HTTP URL ([#526](https://github.com/supabase/postgrest-py/issues/526)) ([eb7f319](https://github.com/supabase/postgrest-py/commit/eb7f3193b35a8e727511b290c3f5bd7a8a19b9c8)) + ## [0.17.2](https://github.com/supabase/postgrest-py/compare/v0.17.1...v0.17.2) (2024-10-18) diff --git a/postgrest/version.py b/postgrest/version.py index a415618..400829a 100644 --- a/postgrest/version.py +++ b/postgrest/version.py @@ -1 +1 @@ -__version__ = "0.17.2" # {x-release-please-version} +__version__ = "0.18.0" # {x-release-please-version} diff --git a/pyproject.toml b/pyproject.toml index 21977a3..078cb56 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "postgrest" -version = "0.17.2" # {x-release-please-version} +version = "0.18.0" # {x-release-please-version} description = "PostgREST client for Python. This library provides an ORM interface to PostgREST." authors = ["Lương Quang Mạnh ", "Joel Lee ", "Anand", "Oliver Rice", "Andrew Smith "] homepage = "https://github.com/supabase/postgrest-py"