From ea8732271c1b21dee91da32850358a1eb9b20571 Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Fri, 2 Jul 2021 12:41:58 -0400 Subject: [PATCH] chore: release version v0.40.2 --- CHANGELOG.md | 31 +++++++++++++++++++++++++++++++ mix.exs | 2 +- 2 files changed, 32 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b5c028f..54b64e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,37 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v0.40.2](https://github.com/ash-project/ash_postgres/compare/v0.40.1...v0.40.2) (2021-07-02) + + + + +### Bug Fixes: + +* 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.1](https://github.com/ash-project/ash_postgres/compare/v0.40.0-rc5...v0.40.1) (2021-07-02) diff --git a/mix.exs b/mix.exs index 3d940c1..58b4bfc 100644 --- a/mix.exs +++ b/mix.exs @@ -6,7 +6,7 @@ defmodule AshPostgres.MixProject do support, and delegates to a configured repo. """ - @version "0.40.1" + @version "0.40.2" def project do [