Skip to content

Commit 62ff39c

Browse files
committed
chore: release version v0.2.4
1 parent 83ce541 commit 62ff39c

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
55

66
<!-- changelog -->
77

8+
## [v0.2.4](https://github.com/ash-project/ash_sqlite/compare/v0.2.3...v0.2.4) (2025-02-25)
9+
10+
11+
12+
13+
### Bug Fixes:
14+
15+
* remove list literal usage for `in` in ash_sqlite
16+
817
## [v0.2.3](https://github.com/ash-project/ash_sqlite/compare/v0.2.2...v0.2.3) (2025-01-26)
918

1019

documentation/tutorials/getting-started-with-ash-sqlite.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ In this guide we will:
2121

2222
Add the `:ash_sqlite` dependency to your application
2323

24-
`{:ash_sqlite, "~> 0.2.3"}`
24+
`{:ash_sqlite, "~> 0.2.4"}`
2525

2626
Add `:ash_sqlite` to your `.formatter.exs` file
2727

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ defmodule AshSqlite.MixProject do
55
The SQLite data layer for Ash Framework.
66
"""
77

8-
@version "0.2.3"
8+
@version "0.2.4"
99

1010
def project do
1111
[

0 commit comments

Comments
 (0)