chore: release version v1.5.9

This commit is contained in:
Zach Daniel 2024-02-25 08:25:25 -05:00
parent b6b2dd1dc6
commit f5f84321f0
2 changed files with 18 additions and 1 deletions

View file

@ -5,6 +5,23 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [v1.5.9](https://github.com/ash-project/ash_postgres/compare/v1.5.8...v1.5.9) (2024-02-25)
### Bug Fixes:
* handle more subquery filter cases for aggregates
* remove buggy global filter extraction
* only apply filters inside aggregate subquery
### Improvements:
* add test for aggregates
## [v1.5.8](https://github.com/ash-project/ash_postgres/compare/v1.5.7...v1.5.8) (2024-02-24)

View file

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