chore: release version v2.4.10

This commit is contained in:
Zach Daniel 2022-11-21 03:01:32 -05:00
parent 865f9aa253
commit 2f4d86b1b7
2 changed files with 14 additions and 1 deletions

View file

@ -5,6 +5,19 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog --> <!-- changelog -->
## [v2.4.10](https://github.com/ash-project/ash/compare/v2.4.9...v2.4.10) (2022-11-21)
### Improvements:
* return invalid primary key errors for `Api.get` when the input can't be cast
* much more readable errors when building loads
* better check module validation
## [v2.4.9](https://github.com/ash-project/ash/compare/v2.4.8...v2.4.9) (2022-11-21) ## [v2.4.9](https://github.com/ash-project/ash/compare/v2.4.8...v2.4.9) (2022-11-21)

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.9" @version "2.4.10"
def project do def project do
[ [