Skip to content

Commit bc86d42

Browse files
committed
chore: release version v0.6.8
1 parent 60a3fe6 commit bc86d42

3 files changed

Lines changed: 15 additions & 2 deletions

File tree

CHANGELOG.md

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

1212
<!-- changelog -->
1313

14+
## [v0.6.8](https://github.com/ash-project/ash_sql/compare/v0.6.7...v0.6.8) (2026-08-14)
15+
16+
17+
18+
19+
### Improvements:
20+
21+
* support a cast mechanism when casting refs by [@zachdaniel](https://github.com/zachdaniel)
22+
23+
* support the Duration form of ago, from_now, datetime_add… by [@zachdaniel](https://github.com/zachdaniel) [(#245)](https://github.com/ash-project/ash_sql/pull/245)
24+
25+
* support the Duration form of ago, from_now, datetime_add and date_add by [@matt-beanland](https://github.com/matt-beanland) [(#245)](https://github.com/ash-project/ash_sql/pull/245)
26+
1427
## [v0.6.7](https://github.com/ash-project/ash_sql/compare/v0.6.6...v0.6.7) (2026-08-11)
1528

1629

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

1515
def project do
1616
[

0 commit comments

Comments
 (0)