From 8b1ce5e5a017c834075e61c521282e744fa3fb5d Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Thu, 23 May 2024 18:35:01 -0400 Subject: [PATCH] chore: release version v3.0.6 --- CHANGELOG.md | 15 +++++++++++++++ mix.exs | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed1883f3..6e2f8ea6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ +## [v3.0.6](https://github.com/ash-project/ash/compare/v3.0.5...v3.0.6) (2024-05-23) + + + + +### Bug Fixes: + +* improve non-atomic-upgrade policy handling + +* ensure we have a primary key for certain kinds of calculations: + +* handle subquery-requiring calculations in `calculate/2` + +* mixup between atomic upsert vs update capability of datalayers (#1198) + ## [v3.0.5](https://github.com/ash-project/ash/compare/v3.0.4...v3.0.5) (2024-05-23) diff --git a/mix.exs b/mix.exs index 373206ca..a945ddbf 100644 --- a/mix.exs +++ b/mix.exs @@ -6,7 +6,7 @@ defmodule Ash.MixProject do A declarative, extensible framework for building Elixir applications. """ - @version "3.0.5" + @version "3.0.6" def project do [