chore: release version v2.4.4

This commit is contained in:
Zach Daniel 2022-11-18 14:43:22 -05:00
parent 1fd1d6c82a
commit 25eaaa91b1
2 changed files with 22 additions and 1 deletions

View file

@ -5,6 +5,27 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog --> <!-- changelog -->
## [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) ## [v2.4.3](https://github.com/ash-project/ash/compare/v2.4.2...v2.4.3) (2022-11-15)

View file

@ -7,7 +7,7 @@ defmodule Ash.MixProject do
designed to be used by multiple front ends. designed to be used by multiple front ends.
""" """
@version "2.4.3" @version "2.4.4"
def project do def project do
[ [