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 a94f0da commit b1ad218Copy full SHA for b1ad218
CHANGELOG.md
@@ -8,6 +8,15 @@ SPDX-License-Identifier: MIT
8
9
<!-- changelog -->
10
11
+## [v3.11.3](https://github.com/ash-project/ash/compare/v3.11.2...v3.11.3) (2025-12-26)
12
+
13
14
15
16
+### Bug Fixes:
17
18
+* only apply overload typing when there is only one option by [@zachdaniel](https://github.com/zachdaniel)
19
20
## [v3.11.2](https://github.com/ash-project/ash/compare/v3.11.1...v3.11.2) (2025-12-24)
21
22
mix.exs
@@ -10,7 +10,7 @@ defmodule Ash.MixProject do
A declarative, extensible framework for building Elixir applications.
"""
- @version "3.11.2"
+ @version "3.11.3"
def project do
[
0 commit comments