Skip to content

Commit 6d8b32a

Browse files
author
github-actions
committed
chore(release): bump version to v0.16.1
1 parent 3e0ea2e commit 6d8b32a

File tree

3 files changed

+30
-2
lines changed

3 files changed

+30
-2
lines changed

CHANGELOG.md

+28
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,36 @@
22

33

44

5+
## v0.16.1 (2024-02-29)
6+
7+
### Chore
8+
9+
* chore(deps): bump pydantic from 2.5.3 to 2.6.2 (#374)
10+
11+
Signed-off-by: dependabot[bot] <[email protected]>
12+
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`b858685`](https://github.com/supabase-community/postgrest-py/commit/b858685c52291aba780d2db3626c6d618b826d1a))
13+
14+
### Fix
15+
16+
* fix: explain functionality to show results (#371)
17+
18+
Co-authored-by: Rodrigo Mansueli Nunes <[email protected]> ([`3e0ea2e`](https://github.com/supabase-community/postgrest-py/commit/3e0ea2ef54fb2b50d4e5cb5619abc1c96471836f))
19+
20+
### Test
21+
22+
* test: remove skip from rpc with range test (#376) ([`a3fc560`](https://github.com/supabase-community/postgrest-py/commit/a3fc56044ed26eefdde3dea18353ad7cc2f03b2c))
23+
24+
### Unknown
25+
26+
* Bump action versions (#377) ([`602d66e`](https://github.com/supabase-community/postgrest-py/commit/602d66e6e40402281aa388a3bb9e8ddef6d5c718))
27+
28+
529
## v0.16.0 (2024-02-27)
630

31+
### Chore
32+
33+
* chore(release): bump version to v0.16.0 ([`3dc51d4`](https://github.com/supabase-community/postgrest-py/commit/3dc51d4859721c99a8c7c69d4fe144ff37d9e16f))
34+
735
### Feature
836

937
* feat: Add RPC request builder class for additional filters (#372) ([`0002e8f`](https://github.com/supabase-community/postgrest-py/commit/0002e8f7ec32b6787b44996079b4c2f43fc43717))

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