Skip to content

Commit 32655e9

Browse files
committed
chore: release version v0.6.0
1 parent f121f84 commit 32655e9

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

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

1212
<!-- changelog -->
1313

14+
## [v0.6.0](https://github.com/ash-project/ash_sql/compare/v0.5.5...v0.6.0) (2026-04-12)
15+
16+
17+
18+
19+
### Features:
20+
21+
* support relationship through (#212) by Kenneth Kostrešević [(#212)](https://github.com/ash-project/ash_sql/pull/212)
22+
1423
## [v0.5.5](https://github.com/ash-project/ash_sql/compare/v0.5.4...v0.5.5) (2026-04-01)
1524

1625

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

1515
def project do
1616
[

0 commit comments

Comments
 (0)