chore: release version v1.3.9

This commit is contained in:
Zach Daniel 2023-02-09 16:10:06 -05:00
parent 8e8a308cd2
commit 0650a76105
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.3.9](https://github.com/ash-project/ash_postgres/compare/v1.3.8...v1.3.9) (2023-02-09)
### Bug Fixes:
* do limit/offset outside of query if distinct is required
* load by __order__ ascending
### Improvements:
* support new `uniq?` option on count/list aggregates
* optimized `first` aggregates where possible
## [v1.3.8](https://github.com/ash-project/ash_postgres/compare/v1.3.7...v1.3.8) (2023-02-06)

View file

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