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 8cfb453 commit 9f2e2caCopy full SHA for 9f2e2ca
CHANGELOG.md
@@ -8,6 +8,15 @@ SPDX-License-Identifier: MIT
8
9
<!-- changelog -->
10
11
+## [v3.22.1](https://github.com/ash-project/ash/compare/v3.22.0...v3.22.1) (2026-03-29)
12
+
13
14
15
16
+### Bug Fixes:
17
18
+* just to be extra-safe also prevent when loading modules by [@zachdaniel](https://github.com/zachdaniel)
19
20
## [v3.22.0](https://github.com/ash-project/ash/compare/v3.21.3...v3.22.0) (2026-03-29)
21
22
mix.exs
@@ -10,7 +10,7 @@ defmodule Ash.MixProject do
A declarative, extensible framework for building Elixir applications.
"""
- @version "3.22.0"
+ @version "3.22.1"
def project do
[
0 commit comments