|
2 | 2 |
|
3 | 3 |
|
4 | 4 |
|
| 5 | +## v0.16.5 (2024-06-01) |
| 6 | + |
| 7 | +### Chore |
| 8 | + |
| 9 | +* chore(deps-dev): bump python-semantic-release from 9.7.3 to 9.8.0 (#443) ([`d8ce53a`](https://github.com/supabase-community/postgrest-py/commit/d8ce53a2b3b66fa42af3c28594749029b0f70b2e)) |
| 10 | + |
| 11 | +* chore(deps): bump python-semantic-release/python-semantic-release from 9.7.3 to 9.8.0 (#442) ([`42a4a32`](https://github.com/supabase-community/postgrest-py/commit/42a4a3226ee129ed8e51fe58347266181d8165bb)) |
| 12 | + |
| 13 | +* chore(deps-dev): bump requests from 2.31.0 to 2.32.0 (#440) ([`9fe1070`](https://github.com/supabase-community/postgrest-py/commit/9fe1070e0b446d8f1a0d5c4b312b5d4c8659926c)) |
| 14 | + |
| 15 | +* chore: code style fixes (#425) ([`11076da`](https://github.com/supabase-community/postgrest-py/commit/11076dae41d3bc6172799245f491f8a1e50dc9ca)) |
| 16 | + |
| 17 | +* chore(deps-dev): bump jinja2 from 3.1.3 to 3.1.4 (#428) ([`d786fc7`](https://github.com/supabase-community/postgrest-py/commit/d786fc7667e3074dc29a0513eccbc18edf850358)) |
| 18 | + |
| 19 | +* chore(deps): bump codecov/codecov-action from 4.3.0 to 4.4.1 (#437) ([`fe50d11`](https://github.com/supabase-community/postgrest-py/commit/fe50d111cd7ad4831fc9772113fff85cdc926bd9)) |
| 20 | + |
| 21 | +* chore(deps-dev): bump pytest-asyncio from 0.23.6 to 0.23.7 (#439) ([`f41e7af`](https://github.com/supabase-community/postgrest-py/commit/f41e7afd112b9f76c6f0fb3ec02676333c9d7513)) |
| 22 | + |
| 23 | +* chore(deps-dev): bump pytest from 8.1.1 to 8.2.1 (#438) ([`9722855`](https://github.com/supabase-community/postgrest-py/commit/9722855535dc1d85506b499b07c7adad060b12ae)) |
| 24 | + |
| 25 | +* chore(deps-dev): bump python-semantic-release from 9.7.1 to 9.7.3 (#434) ([`7cc3c38`](https://github.com/supabase-community/postgrest-py/commit/7cc3c380628e719c055879df63cec48bc31f86a9)) |
| 26 | + |
| 27 | +* chore(deps): bump python-semantic-release/python-semantic-release from 9.5.0 to 9.7.3 (#436) ([`6115096`](https://github.com/supabase-community/postgrest-py/commit/6115096e9371be0fd0b7a4ff5b7a32d927f17813)) |
| 28 | + |
| 29 | +* chore(deps-dev): bump black from 24.3.0 to 24.4.2 (#416) ([`5dceb98`](https://github.com/supabase-community/postgrest-py/commit/5dceb982315773d72a5e46de6429157a6b1af3d8)) |
| 30 | + |
| 31 | +* chore(deps-dev): bump python-semantic-release from 9.5.0 to 9.7.1 (#430) |
| 32 | + |
| 33 | +Signed-off-by: dependabot[bot] <support@github.com> |
| 34 | +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`56f7f5d`](https://github.com/supabase-community/postgrest-py/commit/56f7f5dea3649a9eb5e9e25beba562d81d32e562)) |
| 35 | + |
| 36 | +* chore(deps): bump furo from 2024.1.29 to 2024.5.6 (#431) |
| 37 | + |
| 38 | +Signed-off-by: dependabot[bot] <support@github.com> |
| 39 | +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`4692500`](https://github.com/supabase-community/postgrest-py/commit/46925008794dd12de8823cc94116e99802d0a5a6)) |
| 40 | + |
| 41 | +### Fix |
| 42 | + |
| 43 | +* fix: update overlaps to work with timestamp range (#445) ([`b39f332`](https://github.com/supabase-community/postgrest-py/commit/b39f3326566c998dc517089a7053fb4d5d44d128)) |
| 44 | + |
| 45 | +### Unknown |
| 46 | + |
| 47 | +* Update .pre-commit-config.yaml (#424) ([`82a9e9b`](https://github.com/supabase-community/postgrest-py/commit/82a9e9ba6e503a1797ea565b84003de4f944de7d)) |
| 48 | + |
| 49 | +* Add stale bot (#422) ([`44f3672`](https://github.com/supabase-community/postgrest-py/commit/44f36724b6366aabee0177f795f8fe386df3d7e5)) |
| 50 | + |
| 51 | + |
5 | 52 | ## v0.16.4 (2024-04-29)
|
6 | 53 |
|
7 | 54 | ### Chore
|
8 | 55 |
|
| 56 | +* chore(release): bump version to v0.16.4 ([`b2bd803`](https://github.com/supabase-community/postgrest-py/commit/b2bd8032c17a32f3094a03b5d9414f4d5767d19e)) |
| 57 | + |
9 | 58 | * chore(deps): bump python-semantic-release/python-semantic-release from 9.4.1 to 9.5.0 (#414) ([`059aceb`](https://github.com/supabase-community/postgrest-py/commit/059aceb78f1efbed03014ddbc328bed65563d387))
|
10 | 59 |
|
11 | 60 | * chore(deps-dev): bump python-semantic-release from 9.4.1 to 9.5.0 (#413) ([`5444cda`](https://github.com/supabase-community/postgrest-py/commit/5444cdaf76103ca3ab97b0603c033967c6432158))
|
|
0 commit comments