chore: release version v1.5.29

This commit is contained in:
Zach Daniel 2024-07-12 07:59:40 -04:00
parent e28fd1d221
commit 07c13892d7
2 changed files with 24 additions and 1 deletions

View file

@ -5,6 +5,29 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [v1.5.29](https://github.com/ash-project/ash_postgres/compare/v1.5.28...v1.5.29) (2024-07-12)
### Bug Fixes:
* ensure we don't pass `nil` to `Ecto.Query.where`
* remove erroneous IO.inspect
* ensure we reselect all changing fields
* don't use `fragment("1")` because ecto requires a proper source
* properly use `ash_postgres_subquery` callback for `exists` on manual relationships
* properly set tenant on aggregate queries
* make string concat work with non literal lists
* properly handle non-filter aggregate filters
## [v1.5.28](https://github.com/ash-project/ash_postgres/compare/v1.5.27...v1.5.28) (2024-05-28)

View file

@ -6,7 +6,7 @@ defmodule AshPostgres.MixProject do
support, and delegates to a configured repo.
"""
@version "1.5.28"
@version "1.5.29"
def project do
[