File tree Expand file tree Collapse file tree 3 files changed +17
-2
lines changed
Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,21 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
55
66<!-- changelog -->
77
8+ ## [ v0.2.9] ( https://github.com/ash-project/ash_sqlite/compare/v0.2.8...v0.2.9 ) (2025-05-30)
9+
10+
11+
12+
13+ ### Bug Fixes:
14+
15+ * properly fetch options in installer
16+
17+ ### Improvements:
18+
19+ * strict table support (#157 )
20+
21+ * support new PendingCodegen error
22+
823## [ v0.2.8] ( https://github.com/ash-project/ash_sqlite/compare/v0.2.7...v0.2.8 ) (2025-05-29)
924
1025
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.8 "} `
24+ ` {:ash_sqlite, "~> 0.2.9 "} `
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.8 "
8+ @ version "0.2.9 "
99
1010 def project do
1111 [
You can’t perform that action at this time.
0 commit comments