Skip to content

Commit b9f49f1

Browse files
committed
chore: release version v0.2.72
1 parent b63366d commit b9f49f1

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff 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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Shared functionality for ecto-based sql data layers.
77
```elixir
88
def deps do
99
[
10-
{:ash_sql, "~> 0.2.71"}
10+
{:ash_sql, "~> 0.2.72"}
1111
]
1212
end
1313
```

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
[

0 commit comments

Comments
 (0)