Skip to content

Commit

Permalink
chore(main): release 0.19.1 (#551)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Dec 30, 2024
1 parent 5a7b3ca commit e75247e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.19.0"
".": "0.19.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# CHANGELOG

## [0.19.1](https://github.com/supabase/postgrest-py/compare/v0.19.0...v0.19.1) (2024-12-30)


### Bug Fixes

* head=True breaking count ([#545](https://github.com/supabase/postgrest-py/issues/545)) ([576987b](https://github.com/supabase/postgrest-py/commit/576987bb2512f6e18360008316377b8d4f2f255b))

## [0.19.0](https://github.com/supabase/postgrest-py/compare/v0.18.0...v0.19.0) (2024-11-22)


Expand Down
2 changes: 1 addition & 1 deletion postgrest/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.19.0" # {x-release-please-version}
__version__ = "0.19.1" # {x-release-please-version}
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "postgrest"
version = "0.19.0" # {x-release-please-version}
version = "0.19.1" # {x-release-please-version}
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/postgrest-py"
Expand Down

0 comments on commit e75247e

Please sign in to comment.