From f514febbd96f69577d2f5aab76f7aefef4ee950a Mon Sep 17 00:00:00 2001 From: Barnabas Jovanovics Date: Thu, 7 Nov 2024 16:52:24 +0100 Subject: [PATCH] chore: release version v3.4.42 --- CHANGELOG.md | 17 +++++++++++++++++ mix.exs | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a4d3e1c9e..80c6d6ea6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ +## [v3.4.42](https://github.com/ash-project/ash/compare/v3.4.41...v3.4.42) (2024-11-07) + + + + +### Bug Fixes: + +* Allow multi-line descriptions to be rendered in Livebook without error (#1590) + +* properly handle `changing_attributes` check with `from` in create (#1584) + +* pass actor through from source_context when loading + +### Improvements: + +* support map w/ keys `_union_type` and `_union_value` for union inputs + ## [v3.4.41](https://github.com/ash-project/ash/compare/v3.4.40...v3.4.41) (2024-11-05) ### Bug Fixes: diff --git a/mix.exs b/mix.exs index d8e906a47..ca99735b6 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.41" + @version "3.4.42" def project do [