chore: release version v1.5.14

This commit is contained in:
Zach Daniel 2024-02-29 20:20:47 -05:00
parent cea4b70a51
commit 782e58ef85
2 changed files with 10 additions and 1 deletions

View file

@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [v1.5.14](https://github.com/ash-project/ash_postgres/compare/v1.5.13...v1.5.14) (2024-03-01)
### Improvements:
* no need for subquery for simple table aliases
## [v1.5.13](https://github.com/ash-project/ash_postgres/compare/v1.5.12...v1.5.13) (2024-02-29)

View file

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