File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,23 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
55
66<!-- changelog -->
77
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+
825## [ v0.2.6] ( https://github.com/ash-project/ash_sqlite/compare/v0.2.5...v0.2.6 ) (2025-04-29)
926
1027
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ In this guide we will:
2121
2222Add the ` :ash_sqlite ` dependency to your application
2323
24- ` {:ash_sqlite, "~> 0.2.6 "} `
24+ ` {:ash_sqlite, "~> 0.2.7 "} `
2525
2626Add ` :ash_sqlite ` to your ` .formatter.exs ` file
2727
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ defmodule AshSqlite.MixProject do
55 The SQLite data layer for Ash Framework.
66 """
77
8- @ version "0.2.6 "
8+ @ version "0.2.7 "
99
1010 def project do
1111 [
You can’t perform that action at this time.
0 commit comments