Skip to content

Commit

Permalink
chore(release): bump version to v0.10.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Apr 7, 2022
1 parent 53f7d18 commit 9ddc6f5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,12 @@

<!--next-version-placeholder-->

## v0.10.1 (2022-04-07)
### Fix
* 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))

**[See all commits in this version](https://github.com/supabase-community/postgrest-py/compare/v0.10.0...v0.10.1)**

## v0.10.0 (2022-03-13)
### Feature
* 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))
Expand Down
2 changes: 1 addition & 1 deletion postgrest_py/__init__.py
@@ -1,6 +1,6 @@
from __future__ import annotations

__version__ = "0.10.0"
__version__ = "0.10.1"

from httpx import Timeout

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "postgrest-py"
version = "0.10.0"
version = "0.10.1"
description = "PostgREST client for Python. This library provides an ORM interface to PostgREST."
authors = ["Lương Quang Mạnh <luongquangmanh85@gmail.com>"]
homepage = "https://github.com/supabase/postgrest-py"
Expand Down

0 comments on commit 9ddc6f5

Please sign in to comment.