File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed
Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 22
33<!-- changelog -->
44
5+ ## [ v3.5.32] ( https://github.com/ash-project/ash/compare/v3.5.31...v3.5.32 ) (2025-07-23)
6+
7+
8+
9+
10+ ### Bug Fixes:
11+
12+ * ensure that exists "at_path" is returned as a relationship path by [ @zachdaniel ] ( https://github.com/zachdaniel )
13+
14+ ### Improvements:
15+
16+ * add before/after/around transaction hooks to generic actions (#2218 ) by ChristianAlexander
17+
518## [ v3.5.31] ( https://github.com/ash-project/ash/compare/v3.5.30...v3.5.31 ) (2025-07-22)
619
720
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.31 "
9+ @ version "3.5.32 "
1010
1111 def project do
1212 [
You can’t perform that action at this time.
0 commit comments