Skip to content

Commit 1cce0cd

Browse files
committed
chore: release version v3.15.0
1 parent f1fc295 commit 1cce0cd

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

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

99
<!-- changelog -->
1010

11+
## [v3.15.0](https://github.com/ash-project/ash/compare/v3.14.1...v3.15.0) (2026-02-05)
12+
13+
14+
15+
16+
### Features:
17+
18+
* manual relationship via list (#2546) by zackattackz [(#2546)](https://github.com/ash-project/ash/pull/2546)
19+
20+
### Bug Fixes:
21+
22+
* properly handle allow_nil? in expressions for atomic_set on create actions by [@zachdaniel](https://github.com/zachdaniel)
23+
24+
* Fix/1537 improve domain error message (#2545) by TravelCurry02 [(#2545)](https://github.com/ash-project/ash/pull/2545)
25+
26+
* improve error reporting for duplicate use of Ash.Domain by TravelCurry02 [(#2545)](https://github.com/ash-project/ash/pull/2545)
27+
28+
* resolve ^actor() template in manage_relationship filters (#2548) by [@shahryarjb](https://github.com/shahryarjb) [(#2548)](https://github.com/ash-project/ash/pull/2548)
29+
30+
### Improvements:
31+
32+
* manual load can return list without :ok by zackattackz [(#2550)](https://github.com/ash-project/ash/pull/2550)
33+
1134
## [v3.14.1](https://github.com/ash-project/ash/compare/v3.14.0...v3.14.1) (2026-02-03)
1235

1336

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.14.1"
13+
@version "3.15.0"
1414

1515
def project do
1616
[

0 commit comments

Comments
 (0)