chore: release version v1.3.53

This commit is contained in:
Zach Daniel 2023-10-10 15:32:39 -04:00
parent c58ff4e514
commit 5805f07d69
2 changed files with 20 additions and 1 deletions

View file

@ -5,6 +5,25 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog --> <!-- changelog -->
## [v1.3.53](https://github.com/ash-project/ash_postgres/compare/v1.3.52...v1.3.53) (2023-10-10)
### Bug Fixes:
* don't run main query if only `exists` aggs are specified
* subquery aggregate if limit is applied
### Improvements:
* update ash dependency
* support `:ci_string` as a storage_type
* support to-one references in calculations
## [v1.3.52](https://github.com/ash-project/ash_postgres/compare/v1.3.51...v1.3.52) (2023-09-26) ## [v1.3.52](https://github.com/ash-project/ash_postgres/compare/v1.3.51...v1.3.52) (2023-09-26)

View file

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