Skip to content

Commit 89b370f

Browse files
author
github-actions
committed
chore(release): bump version to v0.12.0
1 parent 4f6e9d9 commit 89b370f

File tree

3 files changed

+27
-2
lines changed

3 files changed

+27
-2
lines changed

CHANGELOG.md

+25
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,35 @@
22

33

44

5+
## v0.12.0 (2023-10-06)
6+
7+
### Feature
8+
9+
* feat: add csv() modifier (#316)
10+
11+
* fix: cast to correct type
12+
13+
* feat: add csv() modifier
14+
15+
* chore: export SingleRequestBuilder
16+
17+
* chore: write tests for csv()
18+
19+
* 'Refactored by Sourcery' (#317)
20+
21+
Co-authored-by: Sourcery AI <>
22+
23+
---------
24+
25+
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com> ([`4f6e9d9`](https://github.com/supabase-community/postgrest-py/commit/4f6e9d9a8f340dd25d47f2399218873c7b9abc01))
26+
27+
528
## v0.11.0 (2023-09-28)
629

730
### Chore
831

32+
* chore(release): bump version to v0.11.0 ([`5ae0f99`](https://github.com/supabase-community/postgrest-py/commit/5ae0f99732ee416cf1a3b59ebe28937344fefd1a))
33+
934
* chore(deps-dev): bump python-semantic-release from 7.34.6 to 8.1.1 (#311)
1035

1136
Bumps [python-semantic-release](https://github.com/python-semantic-release/python-semantic-release) from 7.34.6 to 8.1.1.

postgrest/__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.11.0"
3+
__version__ = "0.12.0"
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"
3-
version = "0.11.0"
3+
version = "0.12.0"
44
description = "PostgREST client for Python. This library provides an ORM interface to PostgREST."
55
authors = ["Lương Quang Mạnh <[email protected]>", "Joel Lee <[email protected]>", "Anand", "Oliver Rice"]
66
homepage = "https://github.com/supabase-community/postgrest-py"

0 commit comments

Comments
 (0)