Skip to content

Commit f7f786b

Browse files
author
github-actions
committed
chore(release): bump version to v0.13.0
1 parent 7cd6751 commit f7f786b

File tree

3 files changed

+32
-2
lines changed

3 files changed

+32
-2
lines changed

CHANGELOG.md

+30
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,40 @@
22

33

44

5+
## v0.13.0 (2023-10-22)
6+
7+
### Chore
8+
9+
* chore(deps-dev): bump black from 23.9.1 to 23.10.0 (#325)
10+
11+
Bumps [black](https://github.com/psf/black) from 23.9.1 to 23.10.0.
12+
- [Release notes](https://github.com/psf/black/releases)
13+
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
14+
- [Commits](https://github.com/psf/black/compare/23.9.1...23.10.0)
15+
16+
---
17+
updated-dependencies:
18+
- dependency-name: black
19+
dependency-type: direct:development
20+
update-type: version-update:semver-minor
21+
...
22+
23+
Signed-off-by: dependabot[bot] <support@github.com>
24+
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`193c8df`](https://github.com/supabase-community/postgrest-py/commit/193c8df842616c12e897aceb342df9db64c55264))
25+
26+
### Feature
27+
28+
* feat: add offset (#326)
29+
30+
Co-authored-by: joel@joellee.org <joel@joellee.org> ([`7cd6751`](https://github.com/supabase-community/postgrest-py/commit/7cd67512705853f6e4488cfa34491ae97c526041))
31+
32+
533
## v0.12.1 (2023-10-17)
634

735
### Chore
836

37+
* chore(release): bump version to v0.12.1 ([`e2d2f0e`](https://github.com/supabase-community/postgrest-py/commit/e2d2f0eef49d0309d8af5091712a2ea10c3d51e8))
38+
939
* chore(deps-dev): bump pre-commit from 3.3.3 to 3.5.0 (#323)
1040

1141
Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.3.3 to 3.5.0.

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.1"
3+
__version__ = "0.13.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.12.1"
3+
version = "0.13.0"
44
description = "PostgREST client for Python. This library provides an ORM interface to PostgREST."
55
authors = ["Lương Quang Mạnh <luongquangmanh85@gmail.com>", "Joel Lee <joel@joellee.org>", "Anand", "Oliver Rice"]
66
homepage = "https://github.com/supabase-community/postgrest-py"

0 commit comments

Comments
 (0)