From 19da823d84c04881d3f6bec0e6d389d884251695 Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Wed, 8 Jan 2025 09:20:00 -0500 Subject: [PATCH] chore: release version v3.4.53 --- CHANGELOG.md | 17 +++++++++++++++++ mix.exs | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b70b12fb..10145b781 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ +## [v3.4.53](https://github.com/ash-project/ash/compare/v3.4.52...v3.4.53) (2025-01-08) + + + + +### Bug Fixes: + +* properly delegate and handle conflicts in `Ash.Generator` + +* `Ash.Generator`: Replace calls to `create` and `create_many` with `generate` and `generate_many` (#1701) + +* use nested calculation dependencies from expr if not in expression + +* pattern match error on expression parse failure + +* handle `string_length` on arguments when atomic + ## [v3.4.52](https://github.com/ash-project/ash/compare/v3.4.51...v3.4.52) (2025-01-06) diff --git a/mix.exs b/mix.exs index b489d761c..d3061a0ef 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.52" + @version "3.4.53" def project do [