Skip to content

Commit 2f4a375

Browse files
committed
chore: release version v3.21.0
1 parent 428ca36 commit 2f4a375

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,27 @@ SPDX-License-Identifier: MIT
88

99
<!-- changelog -->
1010

11+
## [v3.21.0](https://github.com/ash-project/ash/compare/v3.20.0...v3.21.0) (2026-03-23)
12+
13+
14+
15+
16+
### Features:
17+
18+
* support `:auto` type in calculations (#2643) by [@zachdaniel](https://github.com/zachdaniel) [(#2643)](https://github.com/ash-project/ash/pull/2643)
19+
20+
### Bug Fixes:
21+
22+
* show value in invalid errors for Ash.TypedStruct by [@zachdaniel](https://github.com/zachdaniel)
23+
24+
### Improvements:
25+
26+
* support calculations that don't add struct fields by [@zachdaniel](https://github.com/zachdaniel)
27+
28+
* resolve expr aggregate types (#2644) by [@Torkan](https://github.com/Torkan) [(#2644)](https://github.com/ash-project/ash/pull/2644)
29+
30+
* add --domain option to ash.gen.gettext for merging into existing pot files (#2640) by [@nallwhy](https://github.com/nallwhy) [(#2640)](https://github.com/ash-project/ash/pull/2640)
31+
1132
## [v3.20.0](https://github.com/ash-project/ash/compare/v3.19.3...v3.20.0) (2026-03-20)
1233

1334

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ defmodule Ash.MixProject do
1010
A declarative, extensible framework for building Elixir applications.
1111
"""
1212

13-
@version "3.20.0"
13+
@version "3.21.0"
1414

1515
def project do
1616
[

0 commit comments

Comments
 (0)