Skip to content

Commit 3871911

Browse files
author
semantic-release
committed
chore(release): bump version to v0.16.8
1 parent ffe9e28 commit 3871911

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,27 @@
22

33

44

5+
## v0.16.8 (2024-06-04)
6+
7+
### Chore
8+
9+
* chore(deps): bump pydantic from 2.7.1 to 2.7.2 (#447) ([`3161d15`](https://github.com/supabase-community/postgrest-py/commit/3161d154cae451449e30c0bb7e7c7b53672d30b0))
10+
11+
### Fix
12+
13+
* fix: add "verify" flag to the creation of client ([`ffe9e28`](https://github.com/supabase-community/postgrest-py/commit/ffe9e28aede84f5e3906c2429bfed945a18ca8f5))
14+
15+
### Unknown
16+
17+
* Follow redirects (#449) ([`bb851bf`](https://github.com/supabase-community/postgrest-py/commit/bb851bfae70d36f40d75a85da58274e75e19eadb))
18+
19+
520
## v0.16.7 (2024-06-01)
621

22+
### Chore
23+
24+
* chore(release): bump version to v0.16.7 ([`bc2fc64`](https://github.com/supabase-community/postgrest-py/commit/bc2fc648c709dd2099740d75e5c2b9ade97b57d5))
25+
726
### Fix
827

928
* fix: add get, head and count parameters to the rpc method. (#444) ([`b1d48bc`](https://github.com/supabase-community/postgrest-py/commit/b1d48bca84e707c802448a851608d623c080d72a))

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