Skip to content

Commit 6577b94

Browse files
committed
chore: release version v0.2.44
1 parent 77e88ca commit 6577b94

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
@@ -5,6 +5,21 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
55

66
<!-- changelog -->
77

8+
## [v0.2.44](https://github.com/ash-project/ash_sql/compare/v0.2.43...v0.2.44) (2025-01-06)
9+
10+
11+
12+
13+
### Bug Fixes:
14+
15+
* filter query by source record ids when lateral joining
16+
17+
* use `normalize` for string length
18+
19+
* use right value for resource aggregate default in sort (#85)
20+
21+
* handle resource aggregate with function default in sort (#84)
22+
823
## [v0.2.43](https://github.com/ash-project/ash_sql/compare/v0.2.42...v0.2.43) (2024-12-26)
924

1025

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.43"}
10+
{:ash_sql, "~> 0.2.44"}
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.43"
9+
@version "0.2.44"
1010

1111
def project do
1212
[

0 commit comments

Comments
 (0)