We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67f706a commit b4a63c0Copy full SHA for b4a63c0
CHANGELOG.md
@@ -8,6 +8,15 @@ SPDX-License-Identifier: MIT
8
9
<!-- changelog -->
10
11
+## [v3.24.2](https://github.com/ash-project/ash/compare/v3.24.1...v3.24.2) (2026-04-13)
12
+
13
14
15
16
+### Bug Fixes:
17
18
+* expand the paths in `exists` filters by [@zachdaniel](https://github.com/zachdaniel)
19
20
## [v3.24.1](https://github.com/ash-project/ash/compare/v3.24.0...v3.24.1) (2026-04-12)
21
22
mix.exs
@@ -10,7 +10,7 @@ defmodule Ash.MixProject do
A declarative, extensible framework for building Elixir applications.
"""
- @version "3.24.1"
+ @version "3.24.2"
def project do
[
0 commit comments