File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
55
66<!-- changelog -->
77
8+ ## [ v0.3.2] ( https://github.com/ash-project/ash_sql/compare/v0.3.1...v0.3.2 ) (2025-10-10)
9+
10+
11+
12+
13+ ### Bug Fixes:
14+
15+ * only do untyped expressions for array get_path types by [ @zachdaniel ] ( https://github.com/zachdaniel )
16+
817## [ v0.3.1] ( https://github.com/ash-project/ash_sql/compare/v0.3.0...v0.3.1 ) (2025-10-10)
918
1019
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.3.1 " }
10+ {:ash_sql , " ~> 0.3.2 " }
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.3.1 "
9+ @ version "0.3.2 "
1010
1111 def project do
1212 [
You can’t perform that action at this time.
0 commit comments