Skip to content

Commit

Permalink
chore(release): bump version to v0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jan 15, 2024
1 parent e302009 commit 9f8a2a5
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,8 +2,29 @@



## v0.14.0 (2024-01-15)

### Chore

* chore: add alias for range methods (#350) ([`83ca3cd`](https://github.com/supabase-community/postgrest-py/commit/83ca3cd0a791513ed4c1fe45d3ed125a3c3d96e3))

### Feature

* feat: add or filter along with tests (#355)

Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com> ([`e302009`](https://github.com/supabase-community/postgrest-py/commit/e302009ac93ba3703a7b5f9e394e1d867704cea7))

### Unknown

* update ci for publishing package (#349) ([`496d95a`](https://github.com/supabase-community/postgrest-py/commit/496d95a227c8412a064a8f31a365e758d8c7d844))


## v0.13.2 (2024-01-11)

### Chore

* chore(release): bump version to v0.13.2 ([`bef118f`](https://github.com/supabase-community/postgrest-py/commit/bef118f164fe31b2f372436339807867a7d4c648))

### Fix

* fix: add missing RPCFilterRequestBuilder and MaybeSingleRequestBuilder exports ([`3ab20e4`](https://github.com/supabase-community/postgrest-py/commit/3ab20e4682a16b31b414fa7e5f2e1a565828f60e))
Expand Down
2 changes: 1 addition & 1 deletion postgrest/__init__.py
@@ -1,6 +1,6 @@
from __future__ import annotations

__version__ = "0.13.2"
__version__ = "0.14.0"

from httpx import Timeout

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "postgrest"
version = "0.13.2"
version = "0.14.0"
description = "PostgREST client for Python. This library provides an ORM interface to PostgREST."
authors = ["Lương Quang Mạnh <luongquangmanh85@gmail.com>", "Joel Lee <joel@joellee.org>", "Anand", "Oliver Rice", "Andrew Smith <a.smith@silentworks.co.uk>"]
homepage = "https://github.com/supabase-community/postgrest-py"
Expand Down

0 comments on commit 9f8a2a5

Please sign in to comment.