chore: release version v0.35.3

This commit is contained in:
Zach Daniel 2021-03-19 18:42:02 -04:00
parent 830a4ca6ee
commit 09b2ee6b59
2 changed files with 20 additions and 1 deletions

View file

@ -5,6 +5,25 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [v0.35.3](https://github.com/ash-project/ash_postgres/compare/v0.35.2...v0.35.3) (2021-03-19)
### Bug Fixes:
* force create extensions snapshot
* more conservative inner join checks
* add back in inner join detection logic
### Improvements:
* consistent foreign key names
* support custom foreign key error messages
## [v0.35.2](https://github.com/ash-project/ash_postgres/compare/v0.35.1...v0.35.2) (2021-03-05)

View file

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