chore: release version v1.3.36

This commit is contained in:
Zach Daniel 2023-07-19 10:20:45 -04:00
parent 442191799e
commit 1d21b0076a
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.3.36](https://github.com/ash-project/ash_postgres/compare/v1.3.35...v1.3.36) (2023-07-19)
### Bug Fixes:
* type casting improvements, handle manual relationships in `exists`
* protected names in conflict_target (#158)
## [v1.3.35](https://github.com/ash-project/ash_postgres/compare/v1.3.34...v1.3.35) (2023-07-18)

View file

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