Skip to content

Commit 9ddc6f5

Browse files
committed
chore(release): bump version to v0.10.1
Automatically generated by python-semantic-release
1 parent 53f7d18 commit 9ddc6f5

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.10.1 (2022-04-07)
6+
### Fix
7+
* Escape chars only when necessary ([#108](https://github.com/supabase-community/postgrest-py/issues/108)) ([`53f7d18`](https://github.com/supabase-community/postgrest-py/commit/53f7d18807aa292aa7326af573bd55828a3bb6e4))
8+
9+
**[See all commits in this version](https://github.com/supabase-community/postgrest-py/compare/v0.10.0...v0.10.1)**
10+
511
## v0.10.0 (2022-03-13)
612
### Feature
713
* Add .contains and .contained_by operators to match JS client ([#100](https://github.com/supabase-community/postgrest-py/issues/100)) ([`7189e09`](https://github.com/supabase-community/postgrest-py/commit/7189e095bd792fcbc5b89e4f03ef7174e1dd30b7))

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