Skip to content

Commit b2bd803

Browse files
author
github-actions
committed
chore(release): bump version to v0.16.4
1 parent a387471 commit b2bd803

File tree

3 files changed

+31
-2
lines changed

3 files changed

+31
-2
lines changed

CHANGELOG.md

+29
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,39 @@
22

33

44

5+
## v0.16.4 (2024-04-29)
6+
7+
### Chore
8+
9+
* chore(deps): bump python-semantic-release/python-semantic-release from 9.4.1 to 9.5.0 (#414) ([`059aceb`](https://github.com/supabase-community/postgrest-py/commit/059aceb78f1efbed03014ddbc328bed65563d387))
10+
11+
* chore(deps-dev): bump python-semantic-release from 9.4.1 to 9.5.0 (#413) ([`5444cda`](https://github.com/supabase-community/postgrest-py/commit/5444cdaf76103ca3ab97b0603c033967c6432158))
12+
13+
* chore(deps): bump pydantic from 2.7.0 to 2.7.1 (#412) ([`0e08ecb`](https://github.com/supabase-community/postgrest-py/commit/0e08ecbc214515e9bccdbcbaf5f98599963666be))
14+
15+
* chore(deps): bump pydantic from 2.6.4 to 2.7.0 (#408) ([`4b3a664`](https://github.com/supabase-community/postgrest-py/commit/4b3a664abf2c35b7a08919ae7bf71c90f3fa9ef8))
16+
17+
* chore(deps): bump idna from 3.6 to 3.7 (#407) ([`9046f41`](https://github.com/supabase-community/postgrest-py/commit/9046f417b2c6dec2a450c538d0dd0193230c25ed))
18+
19+
* chore(deps): bump codecov/codecov-action from 4.1.0 to 4.3.0 (#406) ([`a496a78`](https://github.com/supabase-community/postgrest-py/commit/a496a78c90a4bd7981109d6ae67a0a11a1850e4c))
20+
21+
* chore(deps): bump python-semantic-release/python-semantic-release from 9.3.1 to 9.4.1 (#405) ([`e153778`](https://github.com/supabase-community/postgrest-py/commit/e153778b0a5acfe7864e5cbfa8b69cd87dab99ee))
22+
23+
* chore(deps-dev): bump python-semantic-release from 9.3.0 to 9.4.1 (#404) ([`364a9a9`](https://github.com/supabase-community/postgrest-py/commit/364a9a951d0a52174a9e263a24f7032821c46f44))
24+
25+
* chore(deps-dev): bump pytest-cov from 4.1.0 to 5.0.0 (#394) ([`64e8819`](https://github.com/supabase-community/postgrest-py/commit/64e88199bc8abdab884c76618e6197f1cd4fe748))
26+
27+
### Fix
28+
29+
* fix: increase timeout (#417) ([`a387471`](https://github.com/supabase-community/postgrest-py/commit/a3874712ab1440915a7ccd3788fe11289febcc00))
30+
31+
532
## v0.16.3 (2024-04-13)
633

734
### Chore
835

36+
* chore(release): bump version to v0.16.3 ([`980d262`](https://github.com/supabase-community/postgrest-py/commit/980d2624fda078544ff0a9da1001cb3e00dca483))
37+
938
* chore(deps): bump codecov/codecov-action from 4.1.0 to 4.1.1 (#396) ([`dcadb43`](https://github.com/supabase-community/postgrest-py/commit/dcadb436d48445fdea1d7870b483ea77bda0927a))
1039

1140
* chore(deps): bump python-semantic-release/python-semantic-release from 9.3.0 to 9.3.1 (#393) ([`eabf30c`](https://github.com/supabase-community/postgrest-py/commit/eabf30c390b259c285eeab28c6a6d1e64bb0ea9f))

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