Skip to content

Commit b1ad218

Browse files
committed
chore: release version v3.11.3
1 parent a94f0da commit b1ad218

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

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

99
<!-- changelog -->
1010

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+
1120
## [v3.11.2](https://github.com/ash-project/ash/compare/v3.11.1...v3.11.2) (2025-12-24)
1221

1322

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.11.2"
13+
@version "3.11.3"
1414

1515
def project do
1616
[

0 commit comments

Comments
 (0)