Skip to content

Commit 97530ff

Browse files
committed
chore: release version v0.3.16
1 parent dc0cdbf commit 97530ff

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,21 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
1111

1212
<!-- changelog -->
1313

14+
## [v0.3.16](https://github.com/ash-project/ash_sql/compare/v0.3.15...v0.3.16) (2025-12-24)
15+
16+
17+
18+
19+
### Bug Fixes:
20+
21+
* don't select `:calculations` in subquery if its been merged by [@zachdaniel](https://github.com/zachdaniel)
22+
23+
* expand aggregate expressions for ref finding by [@zachdaniel](https://github.com/zachdaniel)
24+
25+
* aggregate with parent ref in relationship filter and sorting on relationship field (#197) by Alan Heywood [(#197)](https://github.com/ash-project/ash_sql/pull/197)
26+
27+
* binding error when loading aggregate (#196) by Alan Heywood [(#196)](https://github.com/ash-project/ash_sql/pull/196)
28+
1429
## [v0.3.15](https://github.com/ash-project/ash_sql/compare/v0.3.14...v0.3.15) (2025-11-28)
1530

1631

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Shared functionality for ecto-based sql data layers.
1919
```elixir
2020
def deps do
2121
[
22-
{:ash_sql, "~> 0.3.15"}
22+
{:ash_sql, "~> 0.3.16"}
2323
]
2424
end
2525
```

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ defmodule AshSql.MixProject do
1010
Shared utilities for ecto-based sql data layers.
1111
"""
1212

13-
@version "0.3.15"
13+
@version "0.3.16"
1414

1515
def project do
1616
[

0 commit comments

Comments
 (0)