From 249fa7a89a8acc79b5be14b447527f0d0991a9ae Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Wed, 22 May 2024 17:49:49 -0400 Subject: [PATCH] chore: release version v2.0.3 --- CHANGELOG.md | 19 +++++++++++++++++++ mix.exs | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f9c55813..5ed17d5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,25 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v2.0.3](https://github.com/ash-project/ash_postgres/compare/v2.0.2...v2.0.3) (2024-05-22) + + + + +### Bug Fixes: + +* handle complex maps/list on update + +* support anonymous aggregates in sorts + +* ensure parent_as bindings properly reference binding names + +* add and remove custom indexes in tandem properly + +### Improvements: + +* support `on_delete: :nilify` for specific columns (#289) + ## [v2.0.2](https://github.com/ash-project/ash_postgres/compare/v2.0.1...v2.0.2) (2024-05-15) diff --git a/mix.exs b/mix.exs index 2ab4d100..e599279f 100644 --- a/mix.exs +++ b/mix.exs @@ -5,7 +5,7 @@ defmodule AshPostgres.MixProject do The PostgreSQL data layer for Ash Framework """ - @version "2.0.2" + @version "2.0.3" def project do [