Skip to content

Commit 4761613

Browse files
chore(main): release 0.17.0 (#510)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 86c3915 commit 4761613

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.16.11"
2+
".": "0.17.0"
33
}

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# CHANGELOG
22

3+
## [0.17.0](https://github.com/supabase/postgrest-py/compare/v0.16.11...v0.17.0) (2024-09-28)
4+
5+
6+
### Features
7+
8+
* Proxy support ([#508](https://github.com/supabase/postgrest-py/issues/508)) ([8629f6f](https://github.com/supabase/postgrest-py/commit/8629f6f8d194d54efb8944f9fe5811ee8190cbf1))
9+
* select all columns by default ([#509](https://github.com/supabase/postgrest-py/issues/509)) ([ffb304f](https://github.com/supabase/postgrest-py/commit/ffb304fbc102ed9efa431e5ccfd8027d4d5c3f54))
10+
11+
12+
### Bug Fixes
13+
14+
* **deps:** bump pydantic from 2.8.2 to 2.9.2 ([#506](https://github.com/supabase/postgrest-py/issues/506)) ([ccf2885](https://github.com/supabase/postgrest-py/commit/ccf28850fe0a0888accc09d2dedf42f7d9242e2e))
15+
316
## [0.16.11](https://github.com/supabase/postgrest-py/compare/v0.16.10...v0.16.11) (2024-08-22)
417

518

postgrest/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.16.11" # {x-release-please-version}
1+
__version__ = "0.17.0" # {x-release-please-version}

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.16.11" # {x-release-please-version}
3+
version = "0.17.0" # {x-release-please-version}
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", "Andrew Smith <[email protected]>"]
66
homepage = "https://github.com/supabase/postgrest-py"

0 commit comments

Comments
 (0)