chore: release version v1.5.16

This commit is contained in:
Zach Daniel 2024-03-05 09:20:32 -05:00
parent 70af9ee5bd
commit 1a4a508e39
2 changed files with 12 additions and 1 deletions

View file

@ -5,6 +5,17 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog --> <!-- changelog -->
## [v1.5.16](https://github.com/ash-project/ash_postgres/compare/v1.5.15...v1.5.16) (2024-03-05)
### Bug Fixes:
* always exclude `:order_by` on bulk updateable query
* don't apply join relationship sort for lateral join
## [v1.5.15](https://github.com/ash-project/ash_postgres/compare/v1.5.14...v1.5.15) (2024-03-01) ## [v1.5.15](https://github.com/ash-project/ash_postgres/compare/v1.5.14...v1.5.15) (2024-03-01)

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.5.15" @version "1.5.16"
def project do def project do
[ [