chore: release version v1.5.12

This commit is contained in:
Zach Daniel 2024-02-29 13:24:05 -05:00
parent 2c8c993cf9
commit 74a03d3cc5
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 -->
## [v1.5.12](https://github.com/ash-project/ash_postgres/compare/v1.5.11...v1.5.12) (2024-02-29)
### Bug Fixes:
* ensure that `from_many?` joins are properly limited
* ensure that lateral joins are properly filtered
## [v1.5.11](https://github.com/ash-project/ash_postgres/compare/v1.5.10...v1.5.11) (2024-02-29)

View file

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