File tree 3 files changed +19
-2
lines changed 3 files changed +19
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,23 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
5
5
6
6
<!-- changelog -->
7
7
8
+ ## [ v0.2.7] ( https://github.com/ash-project/ash_sqlite/compare/v0.2.6...v0.2.7 ) (2025-05-26)
9
+
10
+
11
+
12
+
13
+ ### Bug Fixes:
14
+
15
+ * various fixes around parameterized type data shape change
16
+
17
+ * Remove unused ` :inflex ` dependency
18
+
19
+ * Fix leftover reference to ` Inflex ` after it was moved to Igniter instead
20
+
21
+ ### Improvements:
22
+
23
+ * Fix igniter deprecation warning. (#152 )
24
+
8
25
## [ v0.2.6] ( https://github.com/ash-project/ash_sqlite/compare/v0.2.5...v0.2.6 ) (2025-04-29)
9
26
10
27
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ In this guide we will:
21
21
22
22
Add the ` :ash_sqlite ` dependency to your application
23
23
24
- ` {:ash_sqlite, "~> 0.2.6 "} `
24
+ ` {:ash_sqlite, "~> 0.2.7 "} `
25
25
26
26
Add ` :ash_sqlite ` to your ` .formatter.exs ` file
27
27
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ defmodule AshSqlite.MixProject do
5
5
The SQLite data layer for Ash Framework.
6
6
"""
7
7
8
- @ version "0.2.6 "
8
+ @ version "0.2.7 "
9
9
10
10
def project do
11
11
[
You can’t perform that action at this time.
0 commit comments