File tree 3 files changed +8
-2
lines changed
3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<!-- next-version-placeholder-->
4
4
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
+
5
11
## v0.8.1 (2022-01-22)
6
12
### Fix
7
13
* Order filter ([ ` 094dbad ` ] ( https://github.com/supabase-community/postgrest-py/commit/094dbadb26bef4238536579ede71d46a4ef67899 ) )
Original file line number Diff line number Diff line change 1
1
from __future__ import annotations
2
2
3
- __version__ = "0.8.1 "
3
+ __version__ = "0.8.2 "
4
4
5
5
from httpx import Timeout
6
6
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " postgrest-py"
3
- version = " 0.8.1 "
3
+ version = " 0.8.2 "
4
4
description = " PostgREST client for Python. This library provides an ORM interface to PostgREST."
5
5
authors = [
" Lương Quang Mạnh <[email protected] >" ]
6
6
homepage = " https://github.com/supabase/postgrest-py"
You can’t perform that action at this time.
0 commit comments