Skip to content

Commit

Permalink
chore(release): bump version to v0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Oct 6, 2023
1 parent 4f6e9d9 commit 89b370f
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,10 +2,35 @@



## v0.12.0 (2023-10-06)

### Feature

* feat: add csv() modifier (#316)

* fix: cast to correct type

* feat: add csv() modifier

* chore: export SingleRequestBuilder

* chore: write tests for csv()

* 'Refactored by Sourcery' (#317)

Co-authored-by: Sourcery AI <>

---------

Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com> ([`4f6e9d9`](https://github.com/supabase-community/postgrest-py/commit/4f6e9d9a8f340dd25d47f2399218873c7b9abc01))


## v0.11.0 (2023-09-28)

### Chore

* chore(release): bump version to v0.11.0 ([`5ae0f99`](https://github.com/supabase-community/postgrest-py/commit/5ae0f99732ee416cf1a3b59ebe28937344fefd1a))

* chore(deps-dev): bump python-semantic-release from 7.34.6 to 8.1.1 (#311)

Bumps [python-semantic-release](https://github.com/python-semantic-release/python-semantic-release) from 7.34.6 to 8.1.1.
Expand Down
2 changes: 1 addition & 1 deletion postgrest/__init__.py
@@ -1,6 +1,6 @@
from __future__ import annotations

__version__ = "0.11.0"
__version__ = "0.12.0"

from httpx import Timeout

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

0 comments on commit 89b370f

Please sign in to comment.