Skip to content

Commit

Permalink
chore(release): bump version to v0.10.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Mar 13, 2022
1 parent 7189e09 commit cbbdf5c
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.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))

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

## v0.9.2 (2022-03-12)
### Fix
* Make api error properties optionals ([#101](https://github.com/supabase-community/postgrest-py/issues/101)) ([`eb92326`](https://github.com/supabase-community/postgrest-py/commit/eb92326db0088fbf2d96bb68b206160b03e63747))
Expand Down
2 changes: 1 addition & 1 deletion postgrest_py/__init__.py
@@ -1,6 +1,6 @@
from __future__ import annotations

__version__ = "0.9.2"
__version__ = "0.10.0"

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.9.2"
version = "0.10.0"
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 cbbdf5c

Please sign in to comment.