Skip to content

Commit e2d2f0e

Browse files
author
github-actions
committed
chore(release): bump version to v0.12.1
1 parent 04f4980 commit e2d2f0e

File tree

3 files changed

+42
-2
lines changed

3 files changed

+42
-2
lines changed

CHANGELOG.md

+40
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,48 @@
22

33

44

5+
## v0.12.1 (2023-10-17)
6+
7+
### Chore
8+
9+
* chore(deps-dev): bump pre-commit from 3.3.3 to 3.5.0 (#323)
10+
11+
Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.3.3 to 3.5.0.
12+
- [Release notes](https://github.com/pre-commit/pre-commit/releases)
13+
- [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md)
14+
- [Commits](https://github.com/pre-commit/pre-commit/compare/v3.3.3...v3.5.0)
15+
16+
---
17+
updated-dependencies:
18+
- dependency-name: pre-commit
19+
dependency-type: direct:development
20+
update-type: version-update:semver-minor
21+
...
22+
23+
Signed-off-by: dependabot[bot] <[email protected]>
24+
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`1209139`](https://github.com/supabase-community/postgrest-py/commit/120913914ee958087c1f65d9292a23408fbe6227))
25+
26+
* chore: add python 3.12 to CI (#319)
27+
28+
* chore: add python 3.12 to CI
29+
30+
* chore: update autoflake hook
31+
32+
* chore: add myself to codeowners
33+
34+
* fix: make doc requirements optional ([`d1ee0bb`](https://github.com/supabase-community/postgrest-py/commit/d1ee0bbaf41f357322a31987cbdb016aee372b25))
35+
36+
### Fix
37+
38+
* fix: make rpc function sync (#322) ([`04f4980`](https://github.com/supabase-community/postgrest-py/commit/04f49804db614427b2545414b934b93baef91a71))
39+
40+
541
## v0.12.0 (2023-10-06)
642

43+
### Chore
44+
45+
* chore(release): bump version to v0.12.0 ([`89b370f`](https://github.com/supabase-community/postgrest-py/commit/89b370fb1089a06d7d85dee6da37defbbaaf5a02))
46+
747
### Feature
848

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

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.12.0"
3+
__version__ = "0.12.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"
3-
version = "0.12.0"
3+
version = "0.12.1"
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)