chore: release version v1.5.3

This commit is contained in:
Zach Daniel 2024-02-19 16:57:34 -05:00
parent 40522aadd8
commit be5b6293bf
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.3](https://github.com/ash-project/ash_postgres/compare/v1.5.2...v1.5.3) (2024-02-19)
### Bug Fixes:
* handle non-inner joins in delete_all
* handle non-inner joins in update
## [v1.5.2](https://github.com/ash-project/ash_postgres/compare/v1.5.1...v1.5.2) (2024-02-19)

View file

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