Skip to content

Commit 0faa8c3

Browse files
author
github-actions
committed
chore(release): bump version to v0.15.0
1 parent d4e3f57 commit 0faa8c3

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,26 @@
22

33

44

5+
## v0.15.0 (2024-01-15)
6+
7+
### Chore
8+
9+
* chore(deps-dev): bump pytest-asyncio from 0.18.3 to 0.23.3 (#344)
10+
11+
Signed-off-by: dependabot[bot] <[email protected]>
12+
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`e9f49a5`](https://github.com/supabase-community/postgrest-py/commit/e9f49a57b13c7f8f53ca2a5fc2d41377e980959b))
13+
14+
### Feature
15+
16+
* feat: add like_any_of, like_all_of, ilike_any_of and ilike_all_of filters (#358) ([`d4e3f57`](https://github.com/supabase-community/postgrest-py/commit/d4e3f57aafd75138272b558f4ce507b2bef70e37))
17+
18+
519
## v0.14.0 (2024-01-15)
620

721
### Chore
822

23+
* chore(release): bump version to v0.14.0 ([`9f8a2a5`](https://github.com/supabase-community/postgrest-py/commit/9f8a2a54319795523efe5d41f5dcd327ba465a69))
24+
925
* chore: add alias for range methods (#350) ([`83ca3cd`](https://github.com/supabase-community/postgrest-py/commit/83ca3cd0a791513ed4c1fe45d3ed125a3c3d96e3))
1026

1127
### Feature

postgrest/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from __future__ import annotations
22

3-
__version__ = "0.14.0"
3+
__version__ = "0.15.0"
44

55
from httpx import Timeout
66

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "postgrest"
3-
version = "0.14.0"
3+
version = "0.15.0"
44
description = "PostgREST client for Python. This library provides an ORM interface to PostgREST."
55
authors = ["Lương Quang Mạnh <[email protected]>", "Joel Lee <[email protected]>", "Anand", "Oliver Rice", "Andrew Smith <[email protected]>"]
66
homepage = "https://github.com/supabase-community/postgrest-py"

0 commit comments

Comments
 (0)