Skip to content

Commit 980d262

Browse files
author
github-actions
committed
chore(release): bump version to v0.16.3
1 parent ae5f80a commit 980d262

File tree

3 files changed

+30
-6
lines changed

3 files changed

+30
-6
lines changed

CHANGELOG.md

+28-4
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,34 @@
22

33

44

5+
## v0.16.3 (2024-04-13)
6+
7+
### Chore
8+
9+
* 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))
10+
11+
* 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))
12+
13+
* chore(deps): bump python-semantic-release/python-semantic-release from 8.0.0 to 9.3.0 (#390)
14+
15+
Signed-off-by: dependabot[bot] <support@github.com>
16+
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`47e262e`](https://github.com/supabase-community/postgrest-py/commit/47e262e8154d1989f327b4c944bf350c5657f0b5))
17+
18+
### Fix
19+
20+
* fix: upsert and insert with default_to_null boolean argument (#398) ([`ae5f80a`](https://github.com/supabase-community/postgrest-py/commit/ae5f80a7dc350afc69808f36f62b732739685739))
21+
22+
### Unknown
23+
24+
* 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))
25+
26+
527
## v0.16.2 (2024-03-23)
628

729
### Chore
830

31+
* chore(release): bump version to v0.16.2 ([`90d6906`](https://github.com/supabase-community/postgrest-py/commit/90d690672324c00628adfcaa95350f0690666efc))
32+
933
* chore(deps-dev): bump black from 23.12.1 to 24.3.0 (#385)
1034

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

13171341

1318-
## v0.10.3 (2022-10-10)
1342+
## v0.10.3 (2022-10-11)
13191343

13201344
### Chore
13211345

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

23672391

2368-
## v0.7.0 (2022-01-03)
2392+
## v0.7.0 (2022-01-02)
23692393

23702394
### Chore
23712395

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

27052729

2706-
## v0.3.2 (2020-08-19)
2730+
## v0.3.2 (2020-08-20)
27072731

27082732
### Unknown
27092733

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

27522776

2753-
## v0.2.0 (2020-08-10)
2777+
## v0.2.0 (2020-08-11)
27542778

27552779
### Unknown
27562780

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.16.2"
3+
__version__ = "0.16.3"
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.16.2"
3+
version = "0.16.3"
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-community/postgrest-py"

0 commit comments

Comments
 (0)