File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed
Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 22
33<!-- changelog -->
44
5+ ## [ v3.5.31] ( https://github.com/ash-project/ash/compare/v3.5.30...v3.5.31 ) (2025-07-22)
6+
7+
8+
9+
10+ ### Bug Fixes:
11+
12+ * Catch invalid load (#2213 ) by Kenneth Kostrešević
13+
14+ ### Improvements:
15+
16+ * Add Ash.Subject to abstract Changeset, Query, ActionInput common functions (#2212 ) by [ @chazwatkins ] ( https://github.com/chazwatkins )
17+
18+ * support validations, preparations on generic actions by [ @zachdaniel ] ( https://github.com/zachdaniel )
19+
20+ * add before/after action hooks to generic actions by [ @zachdaniel ] ( https://github.com/zachdaniel )
21+
522## [ v3.5.30] ( https://github.com/ash-project/ash/compare/v3.5.29...v3.5.30 ) (2025-07-18)
623
724
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ defmodule Ash.MixProject do
66 A declarative, extensible framework for building Elixir applications.
77 """
88
9- @ version "3.5.30 "
9+ @ version "3.5.31 "
1010
1111 def project do
1212 [
You can’t perform that action at this time.
0 commit comments