chore: release version v3.0.12

This commit is contained in:
Zach Daniel 2024-06-14 14:24:51 -04:00
parent 05c51505f2
commit f0d2919928
2 changed files with 18 additions and 1 deletions

View file

@ -2,6 +2,23 @@
<!-- changelog -->
## [v3.0.12](https://github.com/ash-project/ash/compare/v3.0.11...v3.0.12) (2024-06-14)
### Bug Fixes:
* fix expression interpolation for cast_atomic for integer, decimal, float
* set default argument values on generic actions
* support `^arg/1` and similar constructions in filter policies on generic actions
### Improvements:
* set a `module` when validating accepts
## [v3.0.11](https://github.com/ash-project/ash/compare/v3.0.10...v3.0.11) (2024-06-11)
### Bug Fixes:

View file

@ -6,7 +6,7 @@ defmodule Ash.MixProject do
A declarative, extensible framework for building Elixir applications.
"""
@version "3.0.11"
@version "3.0.12"
def project do
[