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 3a50a89 commit bfeb3c2Copy full SHA for bfeb3c2
2 files changed
CHANGELOG.md
@@ -8,6 +8,15 @@ SPDX-License-Identifier: MIT
8
9
<!-- changelog -->
10
11
+## [v3.21.1](https://github.com/ash-project/ash/compare/v3.21.0...v3.21.1) (2026-03-23)
12
+
13
14
15
16
+### Bug Fixes:
17
18
+* ensure that Ash.calculate works with non-field calculations by [@zachdaniel](https://github.com/zachdaniel)
19
20
## [v3.21.0](https://github.com/ash-project/ash/compare/v3.20.0...v3.21.0) (2026-03-23)
21
22
mix.exs
@@ -10,7 +10,7 @@ defmodule Ash.MixProject do
A declarative, extensible framework for building Elixir applications.
"""
- @version "3.21.0"
+ @version "3.21.1"
def project do
[
0 commit comments