Skip to content

Commit

Permalink
chore(release): bump version to v0.16.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Apr 13, 2024
1 parent ae5f80a commit 980d262
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 6 deletions.
32 changes: 28 additions & 4 deletions CHANGELOG.md
Expand Up @@ -2,10 +2,34 @@



## v0.16.3 (2024-04-13)

### Chore

* chore(deps): bump codecov/codecov-action from 4.1.0 to 4.1.1 (#396) ([`dcadb43`](https://github.com/supabase-community/postgrest-py/commit/dcadb436d48445fdea1d7870b483ea77bda0927a))

* chore(deps): bump python-semantic-release/python-semantic-release from 9.3.0 to 9.3.1 (#393) ([`eabf30c`](https://github.com/supabase-community/postgrest-py/commit/eabf30c390b259c285eeab28c6a6d1e64bb0ea9f))

* chore(deps): bump python-semantic-release/python-semantic-release from 8.0.0 to 9.3.0 (#390)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`47e262e`](https://github.com/supabase-community/postgrest-py/commit/47e262e8154d1989f327b4c944bf350c5657f0b5))

### Fix

* fix: upsert and insert with default_to_null boolean argument (#398) ([`ae5f80a`](https://github.com/supabase-community/postgrest-py/commit/ae5f80a7dc350afc69808f36f62b732739685739))

### Unknown

* Revert "chore(deps): bump codecov/codecov-action from 4.1.0 to 4.1.1" (#397) ([`b4c740d`](https://github.com/supabase-community/postgrest-py/commit/b4c740d3e6cbe1709b18cdd56d89b8e592785ec7))


## v0.16.2 (2024-03-23)

### Chore

* chore(release): bump version to v0.16.2 ([`90d6906`](https://github.com/supabase-community/postgrest-py/commit/90d690672324c00628adfcaa95350f0690666efc))

* chore(deps-dev): bump black from 23.12.1 to 24.3.0 (#385)

Signed-off-by: dependabot[bot] <support@github.com>
Expand Down Expand Up @@ -1315,7 +1339,7 @@ Signed-off-by: Bariq <bariqhibat@gmail.com>
Signed-off-by: Bariq <bariqhibat@gmail.com> ([`5d17f81`](https://github.com/supabase-community/postgrest-py/commit/5d17f81054d9b753c117b342528ab41cc8b7f9f7))


## v0.10.3 (2022-10-10)
## v0.10.3 (2022-10-11)

### Chore

Expand Down Expand Up @@ -2365,7 +2389,7 @@ Automatically generated by python-semantic-release ([`c80c3ff`](https://github.c
* fix tests ([`0eb871a`](https://github.com/supabase-community/postgrest-py/commit/0eb871a53b91bca5edc68f9cc3ba67e83e7ae0a0))


## v0.7.0 (2022-01-03)
## v0.7.0 (2022-01-02)

### Chore

Expand Down Expand Up @@ -2703,7 +2727,7 @@ This reverts commit 899f75bd6a477a95eef47f2aabb8fdce7cbba200. ([`b3e7df2`](https
* Add tests for RequestBuilder ([`4f0ed78`](https://github.com/supabase-community/postgrest-py/commit/4f0ed783d1aa7e994358dba2e835171f07d61775))


## v0.3.2 (2020-08-19)
## v0.3.2 (2020-08-20)

### Unknown

Expand Down Expand Up @@ -2750,7 +2774,7 @@ This reverts commit 899f75bd6a477a95eef47f2aabb8fdce7cbba200. ([`b3e7df2`](https
* Rename project ([`12734e1`](https://github.com/supabase-community/postgrest-py/commit/12734e198935f14316d07572fe7ca5e857af2798))


## v0.2.0 (2020-08-10)
## v0.2.0 (2020-08-11)

### Unknown

Expand Down
2 changes: 1 addition & 1 deletion postgrest/__init__.py
@@ -1,6 +1,6 @@
from __future__ import annotations

__version__ = "0.16.2"
__version__ = "0.16.3"

from httpx import Timeout

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "postgrest"
version = "0.16.2"
version = "0.16.3"
description = "PostgREST client for Python. This library provides an ORM interface to PostgREST."
authors = ["Lương Quang Mạnh <luongquangmanh85@gmail.com>", "Joel Lee <joel@joellee.org>", "Anand", "Oliver Rice", "Andrew Smith <a.smith@silentworks.co.uk>"]
homepage = "https://github.com/supabase-community/postgrest-py"
Expand Down

0 comments on commit 980d262

Please sign in to comment.