Skip to content

Commit 4f23769

Browse files
committed
chore: release version v0.3.14
1 parent f24bb36 commit 4f23769

3 files changed

Lines changed: 17 additions & 2 deletions

File tree

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.14](https://github.com/ash-project/ash_sql/compare/v0.3.13...v0.3.14) (2025-11-23)
15+
16+
17+
18+
19+
### Bug Fixes:
20+
21+
* ensure calculations are selected on aggregate subqueries by [@zachdaniel](https://github.com/zachdaniel)
22+
23+
* respect read action sort if relationship does not specify one (#194) by [@barnabasJ](https://github.com/barnabasJ) [(#194)](https://github.com/ash-project/ash_sql/pull/194)
24+
25+
* only merge already-computed aggregates when select? is true (#193) by Alan Heywood [(#193)](https://github.com/ash-project/ash_sql/pull/193)
26+
27+
* extract_fields_from_expr returns [] instead of all_attribute_names when a query selects all fields ({:&, [], [ix]}) but has no take clause (#192) by Daniel Gollings [(#192)](https://github.com/ash-project/ash_sql/pull/192)
28+
1429
## [v0.3.13](https://github.com/ash-project/ash_sql/compare/v0.3.12...v0.3.13) (2025-11-16)
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.13"}
22+
{:ash_sql, "~> 0.3.14"}
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.13"
13+
@version "0.3.14"
1414

1515
def project do
1616
[

0 commit comments

Comments
 (0)