File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed
Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,17 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
55
66<!-- changelog -->
77
8+ ## [ v0.2.72] ( https://github.com/ash-project/ash_sql/compare/v0.2.71...v0.2.72 ) (2025-04-22)
9+
10+
11+
12+
13+ ### Bug Fixes:
14+
15+ * prefix subqueries for atomic validations
16+
17+ * change start_of_day
18+
819## [ v0.2.71] ( https://github.com/ash-project/ash_sql/compare/v0.2.70...v0.2.71 ) (2025-04-17)
920
1021
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Shared functionality for ecto-based sql data layers.
77``` elixir
88def deps do
99 [
10- {:ash_sql , " ~> 0.2.71 " }
10+ {:ash_sql , " ~> 0.2.72 " }
1111 ]
1212end
1313```
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ defmodule AshSql.MixProject do
66 Shared utilities for ecto-based sql data layers.
77 """
88
9- @ version "0.2.71 "
9+ @ version "0.2.72 "
1010
1111 def project do
1212 [
You can’t perform that action at this time.
0 commit comments