From 25eaaa91b188e761aed7732f7fd5908bf9e661af Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Fri, 18 Nov 2022 14:43:22 -0500 Subject: [PATCH] chore: release version v2.4.4 --- CHANGELOG.md | 21 +++++++++++++++++++++ mix.exs | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 793dcc06..70b4cff8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,27 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v2.4.4](https://github.com/ash-project/ash/compare/v2.4.3...v2.4.4) (2022-11-18) + + + + +### Bug Fixes: + +* various typespec/build fixes + +* handle tuples properly in some cases in expression syntax + +* Add missing `[:ash, :query]` telemetry (#451) + +### Improvements: + +* improve runtime expression running + +* add default description for filter checks + +* validate that modules exist and are documented when referenced + ## [v2.4.3](https://github.com/ash-project/ash/compare/v2.4.2...v2.4.3) (2022-11-15) diff --git a/mix.exs b/mix.exs index cf6dbc00..f18e0593 100644 --- a/mix.exs +++ b/mix.exs @@ -7,7 +7,7 @@ defmodule Ash.MixProject do designed to be used by multiple front ends. """ - @version "2.4.3" + @version "2.4.4" def project do [