From c0a9c82ff801efa9d4669559707905787f8f47fa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 20:01:58 +0000 Subject: [PATCH] chore(main): release 0.19.2 --- .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 4a403c7..b2c706c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.19.1" + ".": "0.19.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 32793e9..1515361 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # CHANGELOG +## [0.19.2](https://github.com/supabase/postgrest-py/compare/v0.19.1...v0.19.2) (2025-01-08) + + +### Bug Fixes + +* _cleaned_columns function now works with python multiline and typings ([#556](https://github.com/supabase/postgrest-py/issues/556)) ([4127576](https://github.com/supabase/postgrest-py/commit/412757633e9319a4e55e00bdc09464aa807db1b9)) + ## [0.19.1](https://github.com/supabase/postgrest-py/compare/v0.19.0...v0.19.1) (2024-12-30) diff --git a/postgrest/version.py b/postgrest/version.py index d29c02c..085355f 100644 --- a/postgrest/version.py +++ b/postgrest/version.py @@ -1 +1 @@ -__version__ = "0.19.1" # {x-release-please-version} +__version__ = "0.19.2" # {x-release-please-version} diff --git a/pyproject.toml b/pyproject.toml index dff3993..06135f3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "postgrest" -version = "0.19.1" # {x-release-please-version} +version = "0.19.2" # {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"