File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,6 +11,29 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
1111
1212<!-- changelog -->
1313
14+ ## [ v0.2.15] ( https://github.com/ash-project/ash_sqlite/compare/v0.2.14...v0.2.15 ) (2026-01-30)
15+
16+
17+
18+
19+ ### Bug Fixes:
20+
21+ * handle map comparisons via json encoding. by Zach Daniel
22+
23+ * use custom string_length implementation for SQLite by Zach Daniel
24+
25+ * only migrate/rollback one repo at a time (#199 ) by ydo-kollins
26+
27+ * missing case in to_ecto (#198 ) by spicychickensauce
28+
29+ * ensure we always clean dev migrations by Zach Daniel
30+
31+ ### Improvements:
32+
33+ * raise clearer error on unsupported foreign key drops in SQLite migrations by Zach Daniel
34+
35+ * update to use bulk refs from latest ash by Zach Daniel
36+
1437## [ v0.2.14] ( https://github.com/ash-project/ash_sqlite/compare/v0.2.13...v0.2.14 ) (2025-11-05)
1538
1639
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ A working [SQLite](https://sqlite.org/) installation. Verify installation with `
2929
3030Add the ` :ash_sqlite ` dependency to your application
3131
32- ` {:ash_sqlite, "~> 0.2.14 "} `
32+ ` {:ash_sqlite, "~> 0.2.15 "} `
3333
3434Add ` :ash_sqlite ` to your ` .formatter.exs ` file
3535
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ defmodule AshSqlite.MixProject do
99 The SQLite data layer for Ash Framework.
1010 """
1111
12- @ version "0.2.14 "
12+ @ version "0.2.15 "
1313
1414 def project do
1515 [
You can’t perform that action at this time.
0 commit comments