File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,17 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
1111
1212<!-- changelog -->
1313
14+ ## [ v0.2.14] ( https://github.com/ash-project/ash_sqlite/compare/v0.2.13...v0.2.14 ) (2025-11-05)
15+
16+
17+
18+
19+ ### Bug Fixes:
20+
21+ * Get rid of deprecation warnings (#188 ) by Jonatan Männchen
22+
23+ * ignore unkown option in generate_migrations task #180 (#181 ) by Abdessabour Moutik
24+
1425## [ v0.2.13] ( https://github.com/ash-project/ash_sqlite/compare/v0.2.12...v0.2.13 ) (2025-08-31)
1526
1627
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.13 "} `
32+ ` {:ash_sqlite, "~> 0.2.14 "} `
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.13 "
12+ @ version "0.2.14 "
1313
1414 def project do
1515 [
You can’t perform that action at this time.
0 commit comments