File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed
Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,19 @@ See [Conventional Commits](https://www.conventionalcommits.org) for commit guide
1111
1212<!-- changelog -->
1313
14+ ## [ v2.6.32] ( https://github.com/ash-project/ash_postgres/compare/v2.6.31...v2.6.32 ) (2026-02-11)
15+
16+
17+
18+
19+ ### Bug Fixes:
20+
21+ * produce correct error on ` restrict ` managed_relationship behavior (#690 ) by lincolnhuls
22+
23+ ### Improvements:
24+
25+ * Split up usage rules into sub-rules (#691 ) by Mylan Connolly
26+
1427## [ v2.6.31] ( https://github.com/ash-project/ash_postgres/compare/v2.6.30...v2.6.31 ) (2026-02-05)
1528
1629
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ defmodule AshPostgres.MixProject do
99 The PostgreSQL data layer for Ash Framework
1010 """
1111
12- @ version "2.6.31 "
12+ @ version "2.6.32 "
1313
1414 def project do
1515 [
You can’t perform that action at this time.
0 commit comments