From 506c2f81b8478e337d21087408403871fadadd30 Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Mon, 25 Oct 2021 17:54:39 -0400 Subject: [PATCH] chore: release version v1.48.0-rc.24 --- CHANGELOG.md | 17 +++++++++++++++++ mix.exs | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9cc5018e1..cab880b5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,23 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v1.48.0-rc.24](https://github.com/ash-project/ash/compare/v1.48.0-rc.23...v1.48.0-rc.24) (2021-10-25) + + + + +### Bug Fixes: + +* unset `load` when running calculation queries + +### Improvements: + +* add `allow_async?` to calculations, default to false + +* add elixir evaluation step to expression calculations + +* global resource preparations + ## [v1.48.0-rc.23](https://github.com/ash-project/ash/compare/v1.48.0-rc.22...v1.48.0-rc.23) (2021-10-24) diff --git a/mix.exs b/mix.exs index 2c6e0c9a9..3c35bb119 100644 --- a/mix.exs +++ b/mix.exs @@ -7,7 +7,7 @@ defmodule Ash.MixProject do designed to be used by multiple front ends. """ - @version "1.48.0-rc.23" + @version "1.48.0-rc.24" def project do [