File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,6 +11,17 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
1111
1212<!-- changelog -->
1313
14+ ## [ v0.6.5] ( https://github.com/ash-project/ash_sql/compare/v0.6.4...v0.6.5 ) (2026-06-20)
15+
16+
17+
18+
19+ ### Bug Fixes:
20+
21+ * use tenant from root query when setting lateral join prefix by [ @zachdaniel ] ( https://github.com/zachdaniel )
22+
23+ * use mutate repo for queries with locks (#234 ) by Jesse Williams [ (#234 )] ( https://github.com/ash-project/ash_sql/pull/234 )
24+
1425## [ v0.6.4] ( https://github.com/ash-project/ash_sql/compare/v0.6.3...v0.6.4 ) (2026-05-28)
1526
1627
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ Shared functionality for ecto-based sql data layers.
1919``` elixir
2020def deps do
2121 [
22- {:ash_sql , " ~> 0.6.4 " }
22+ {:ash_sql , " ~> 0.6.5 " }
2323 ]
2424end
2525```
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ defmodule AshSql.MixProject do
1010 Shared utilities for ecto-based sql data layers.
1111 """
1212
13- @ version "0.6.4 "
13+ @ version "0.6.5 "
1414
1515 def project do
1616 [
You can’t perform that action at this time.
0 commit comments