Skip to content

Commit 34fd1bd

Browse files
committed
chore(release): bump version to v0.8.2
Automatically generated by python-semantic-release
1 parent 4c0259d commit 34fd1bd

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
<!--next-version-placeholder-->
44

5+
## v0.8.2 (2022-01-30)
6+
### Fix
7+
* Add-response-model ([`4c0259d`](https://github.com/supabase-community/postgrest-py/commit/4c0259d1658c07bf3e78fe03d98b304f7a6f0c7a))
8+
9+
**[See all commits in this version](https://github.com/supabase-community/postgrest-py/compare/v0.8.1...v0.8.2)**
10+
511
## v0.8.1 (2022-01-22)
612
### Fix
713
* Order filter ([`094dbad`](https://github.com/supabase-community/postgrest-py/commit/094dbadb26bef4238536579ede71d46a4ef67899))

postgrest_py/__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.8.1"
3+
__version__ = "0.8.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-py"
3-
version = "0.8.1"
3+
version = "0.8.2"
44
description = "PostgREST client for Python. This library provides an ORM interface to PostgREST."
55
authors = ["Lương Quang Mạnh <[email protected]>"]
66
homepage = "https://github.com/supabase/postgrest-py"

0 commit comments

Comments
 (0)