Skip to content

Commit fb8eed0

Browse files
committed
chore: release version v0.5.0
1 parent 2569363 commit fb8eed0

3 files changed

Lines changed: 23 additions & 2 deletions

File tree

CHANGELOG.md

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

1212
<!-- changelog -->
1313

14+
## [v0.5.0](https://github.com/ash-project/ash_sql/compare/v0.4.5...v0.5.0) (2026-03-05)
15+
16+
17+
18+
19+
### Features:
20+
21+
* support offset option in relationship joins (#214) by [@nallwhy](https://github.com/nallwhy) [(#214)](https://github.com/ash-project/ash_sql/pull/214)
22+
23+
### Bug Fixes:
24+
25+
* special case keyword list values in set statements by [@zachdaniel](https://github.com/zachdaniel)
26+
27+
* select name from first_relationship struct (#218) by Philip Capel [(#218)](https://github.com/ash-project/ash_sql/pull/218)
28+
29+
* Fix CaseClauseError when filtering/sorting on doubly-nested embedded resource fields (#217) by sevenseacat [(#217)](https://github.com/ash-project/ash_sql/pull/217)
30+
31+
### Improvements:
32+
33+
* don't cast integer/string equality check unnecessarily by [@zachdaniel](https://github.com/zachdaniel)
34+
1435
## [v0.4.5](https://github.com/ash-project/ash_sql/compare/v0.4.4...v0.4.5) (2026-02-11)
1536

1637

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.4.5"}
22+
{:ash_sql, "~> 0.5.0"}
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.4.5"
13+
@version "0.5.0"
1414

1515
def project do
1616
[

0 commit comments

Comments
 (0)