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.12] ( https://github.com/ash-project/ash_sqlite/compare/v0.2.11...v0.2.12 ) (2025-07-22)
9+
10+
11+
12+
13+ ### Bug Fixes:
14+
15+ * Reverse migrations order when reverting dev migrations (#167 ) by Kenneth Kostrešević
16+
17+ * update ecto & ecto_sql by Zach Daniel
18+
19+ ### Improvements:
20+
21+ * make rollback more reliable by using ` --to ` instead of ` -n ` by Zach Daniel
22+
823## [ v0.2.11] ( https://github.com/ash-project/ash_sqlite/compare/v0.2.10...v0.2.11 ) (2025-06-16)
924
1025
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ A working [SQLite](https://sqlite.org/) installation. Verify installation with `
2323
2424Add the ` :ash_sqlite ` dependency to your application
2525
26- ` {:ash_sqlite, "~> 0.2.11 "} `
26+ ` {:ash_sqlite, "~> 0.2.12 "} `
2727
2828Add ` :ash_sqlite ` to your ` .formatter.exs ` file
2929
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.11 "
8+ @ version "0.2.12 "
99
1010 def project do
1111 [
You can’t perform that action at this time.
0 commit comments