Skip to content

Commit 798f37d

Browse files
committed
chore: release version v2.6.18
1 parent 1e09ef3 commit 798f37d

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ See [Conventional Commits](https://www.conventionalcommits.org) for commit guide
55

66
<!-- changelog -->
77

8+
## [v2.6.18](https://github.com/ash-project/ash_postgres/compare/v2.6.17...v2.6.18) (2025-09-19)
9+
10+
11+
12+
13+
### Bug Fixes:
14+
15+
* Handle optional/empty input in relationship name guesser (#616) by Trond A Ekseth
16+
17+
* properly handle sorts w/ parent refs on lateral joins by Zach Daniel
18+
19+
* annotate unrelated exists expressions as supported by Zach Daniel
20+
821
## [v2.6.17](https://github.com/ash-project/ash_postgres/compare/v2.6.16...v2.6.17) (2025-08-31)
922

1023

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ defmodule AshPostgres.MixProject do
55
The PostgreSQL data layer for Ash Framework
66
"""
77

8-
@version "2.6.17"
8+
@version "2.6.18"
99

1010
def project do
1111
[

0 commit comments

Comments
 (0)