Skip to content

Commit cef84b5

Browse files
authoredOct 31, 2024··
chore(main): release 0.18.0 (#528)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent eb7f319 commit cef84b5

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed
 

‎.release-please-manifest.json

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

‎CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# CHANGELOG
22

3+
## [0.18.0](https://github.com/supabase/postgrest-py/compare/v0.17.2...v0.18.0) (2024-10-31)
4+
5+
6+
### Features
7+
8+
* Check if url is an HTTP URL ([#526](https://github.com/supabase/postgrest-py/issues/526)) ([eb7f319](https://github.com/supabase/postgrest-py/commit/eb7f3193b35a8e727511b290c3f5bd7a8a19b9c8))
9+
310
## [0.17.2](https://github.com/supabase/postgrest-py/compare/v0.17.1...v0.17.2) (2024-10-18)
411

512

‎postgrest/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.17.2" # {x-release-please-version}
1+
__version__ = "0.18.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.17.2" # {x-release-please-version}
3+
version = "0.18.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 <luongquangmanh85@gmail.com>", "Joel Lee <joel@joellee.org>", "Anand", "Oliver Rice", "Andrew Smith <a.smith@silentworks.co.uk>"]
66
homepage = "https://github.com/supabase/postgrest-py"

0 commit comments

Comments
 (0)
Please sign in to comment.