Skip to content

Commit 90d6906

Browse files
author
github-actions
committed
chore(release): bump version to v0.16.2
1 parent d04d76c commit 90d6906

File tree

3 files changed

+33
-2
lines changed

3 files changed

+33
-2
lines changed

CHANGELOG.md

+31
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,41 @@
22

33

44

5+
## v0.16.2 (2024-03-23)
6+
7+
### Chore
8+
9+
* chore(deps-dev): bump black from 23.12.1 to 24.3.0 (#385)
10+
11+
Signed-off-by: dependabot[bot] <[email protected]>
12+
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`b10e114`](https://github.com/supabase-community/postgrest-py/commit/b10e1146fe87087315c038309b531ef87d7c5ce1))
13+
14+
* chore(deps): bump pydantic from 2.6.2 to 2.6.4 (#384)
15+
16+
Signed-off-by: dependabot[bot] <[email protected]>
17+
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`9bd4fb1`](https://github.com/supabase-community/postgrest-py/commit/9bd4fb1d6eec03c0c006eb06ef37fb62e83f9e7c))
18+
19+
* chore(deps): bump furo from 2023.9.10 to 2024.1.29 (#383)
20+
21+
Signed-off-by: dependabot[bot] <[email protected]>
22+
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`7eec5ce`](https://github.com/supabase-community/postgrest-py/commit/7eec5ced4c33fa604ab09aa1d64a708e52928a5d))
23+
24+
* chore(deps-dev): bump pytest-asyncio from 0.23.5 to 0.23.5.post1 (#382)
25+
26+
Signed-off-by: dependabot[bot] <[email protected]>
27+
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`ae09035`](https://github.com/supabase-community/postgrest-py/commit/ae090355aa07065e4ee37c4a39dd1b853b0de63d))
28+
29+
### Fix
30+
31+
* fix: update dependencies and tests (#392) ([`d04d76c`](https://github.com/supabase-community/postgrest-py/commit/d04d76caa914afd5efffa9efd6481a38429742e8))
32+
33+
534
## v0.16.1 (2024-02-29)
635

736
### Chore
837

38+
* chore(release): bump version to v0.16.1 ([`6d8b32a`](https://github.com/supabase-community/postgrest-py/commit/6d8b32a5210846081cb4d6f2f54dd8e8100129c4))
39+
940
* chore(deps): bump pydantic from 2.5.3 to 2.6.2 (#374)
1041

1142
Signed-off-by: dependabot[bot] <[email protected]>

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