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.2.76] ( https://github.com/ash-project/ash_sql/compare/v0.2.75...v0.2.76 ) (2025-05-23)
9+
10+
11+
12+
13+ ### Bug Fixes:
14+
15+ * retain constraints when type casting
16+
817## [ v0.2.75] ( https://github.com/ash-project/ash_sql/compare/v0.2.74...v0.2.75 ) (2025-05-06)
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.2.75 " }
10+ {:ash_sql , " ~> 0.2.76 " }
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.75 "
9+ @ version "0.2.76 "
1010
1111 def project do
1212 [
You can’t perform that action at this time.
0 commit comments