Skip to content

Commit 9f8a2a5

Browse files
author
github-actions
committed
chore(release): bump version to v0.14.0
1 parent e302009 commit 9f8a2a5

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,29 @@
22

33

44

5+
## v0.14.0 (2024-01-15)
6+
7+
### Chore
8+
9+
* chore: add alias for range methods (#350) ([`83ca3cd`](https://github.com/supabase-community/postgrest-py/commit/83ca3cd0a791513ed4c1fe45d3ed125a3c3d96e3))
10+
11+
### Feature
12+
13+
* feat: add or filter along with tests (#355)
14+
15+
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com> ([`e302009`](https://github.com/supabase-community/postgrest-py/commit/e302009ac93ba3703a7b5f9e394e1d867704cea7))
16+
17+
### Unknown
18+
19+
* update ci for publishing package (#349) ([`496d95a`](https://github.com/supabase-community/postgrest-py/commit/496d95a227c8412a064a8f31a365e758d8c7d844))
20+
21+
522
## v0.13.2 (2024-01-11)
623

24+
### Chore
25+
26+
* chore(release): bump version to v0.13.2 ([`bef118f`](https://github.com/supabase-community/postgrest-py/commit/bef118f164fe31b2f372436339807867a7d4c648))
27+
728
### Fix
829

930
* fix: add missing RPCFilterRequestBuilder and MaybeSingleRequestBuilder exports ([`3ab20e4`](https://github.com/supabase-community/postgrest-py/commit/3ab20e4682a16b31b414fa7e5f2e1a565828f60e))

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.13.2"
3+
__version__ = "0.14.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.13.2"
3+
version = "0.14.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)