chore: release version v0.40.3

This commit is contained in:
Zach Daniel 2021-07-03 01:14:17 -04:00
parent a67c8b4e11
commit c014224425
2 changed files with 34 additions and 1 deletions

View file

@ -5,6 +5,39 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [v0.40.3](https://github.com/ash-project/ash_postgres/compare/v0.40.2...v0.40.3) (2021-07-03)
### Bug Fixes:
* ensure non-tenant resources can be aggregates
* properly set aggregate query sources
* retain parent as bindings
* don't add `rel_source` at all
* properly build atoms list
* horribly hack ecto for dynamic bindings
* properly coalesce aggregate values
* always add nullability flag
* sort references only after other same-table ops
* generate multitenant foreign keys properly
### Improvements:
* update to latest ash
* leverage new `private_vars` for errs
## [v0.40.2](https://github.com/ash-project/ash_postgres/compare/v0.40.1...v0.40.2) (2021-07-02)

View file

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