From 1861eccb1cb28a89d1d7e16fc2d1daa292f835e7 Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Mon, 4 Nov 2024 12:30:11 -0500 Subject: [PATCH] chore: release version v3.4.40 --- CHANGELOG.md | 19 +++++++++++++++++++ mix.exs | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c2f40470f..7a0f08d29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,25 @@ +## [v3.4.40](https://github.com/ash-project/ash/compare/v3.4.39...v3.4.40) (2024-11-04) + + + + +### Bug Fixes: + +* properly detect `Ash.CustomExpression` as an expr + +* don't call `.name` on a potentially `nil` action + +* accept fragments pointing at non-aliases + +* smarter type detection, preferring more concrete types + +### Improvements: + +* upgrade igniter to 0.4 + ## [v3.4.39](https://github.com/ash-project/ash/compare/v3.4.38...v3.4.39) (2024-11-01) ### Bug Fixes: diff --git a/mix.exs b/mix.exs index 96dde4610..cfc1f013c 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.39" + @version "3.4.40" def project do [