Skip to content

Commit

Permalink
chore(master): release 0.16.10 (#489)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 14, 2024
1 parent a0a3fd6 commit 1e954af
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.16.9"
".": "0.16.10"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# CHANGELOG

## [0.16.10](https://github.com/supabase/postgrest-py/compare/v0.16.9...v0.16.10) (2024-08-14)


### Bug Fixes

* revert sanitize_pattern_param in like and ilike ([#481](https://github.com/supabase/postgrest-py/issues/481)) ([18ed416](https://github.com/supabase/postgrest-py/commit/18ed4162cd8eeb6910b87ee7d06bcfba298bca72))

## v0.16.9 (2024-07-16)

### Chore
Expand Down
2 changes: 1 addition & 1 deletion postgrest/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.16.9" # {x-release-please-version}
__version__ = "0.16.10" # {x-release-please-version}
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "postgrest"
version = "0.16.9" # {x-release-please-version}
version = "0.16.10" # {x-release-please-version}
description = "PostgREST client for Python. This library provides an ORM interface to PostgREST."
authors = ["Lương Quang Mạnh <[email protected]>", "Joel Lee <[email protected]>", "Anand", "Oliver Rice", "Andrew Smith <[email protected]>"]
homepage = "https://github.com/supabase-community/postgrest-py"
Expand Down

0 comments on commit 1e954af

Please sign in to comment.