From 9e21d6209b7f9680568c2c854e238609531576da Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Fri, 6 Sep 2024 15:15:15 -0400 Subject: [PATCH] chore: release version v3.4.7 --- CHANGELOG.md | 31 +++++++++++++++++++++++++++++++ mix.exs | 2 +- 2 files changed, 32 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b3f2b50..6dfa3bc4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,37 @@ +## [v3.4.7](https://github.com/ash-project/ash/compare/v3.4.6...v3.4.7) (2024-09-06) + + + + +### Bug Fixes: + +* don't select destination attributes that don't exist + +* properly pass actor when running filters at runtime + +* misplaced curly bracket when handling struct type casting + +* properly leverage atomic upgrade read action for an update action + +* fix type definition for `atomic_upgrade_with` + +### Improvements: + +* add `add_bypass` and `add_policy` igniter utilities + +* show informative error explaining the use of filter checks with create actions + +* show the actor's primary key in policy breakdowns + +* add an expanded description option to checks + +* use expanded description to display filled in filter templates in policy breakdowns + +* Add `Changeset.is_valid/1` guard. (#1437) + ## [v3.4.6](https://github.com/ash-project/ash/compare/v3.4.5...v3.4.6) (2024-09-06) ### Bug Fixes: diff --git a/mix.exs b/mix.exs index 7a7ff53e..a6b51ae2 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.4.6" + @version "3.4.7" def project do [