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
5
5
6
6
<!-- changelog -->
7
7
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
+
8
23
## [ v0.2.11] ( https://github.com/ash-project/ash_sqlite/compare/v0.2.10...v0.2.11 ) (2025-06-16)
9
24
10
25
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ A working [SQLite](https://sqlite.org/) installation. Verify installation with `
23
23
24
24
Add the ` :ash_sqlite ` dependency to your application
25
25
26
- ` {:ash_sqlite, "~> 0.2.11 "} `
26
+ ` {:ash_sqlite, "~> 0.2.12 "} `
27
27
28
28
Add ` :ash_sqlite ` to your ` .formatter.exs ` file
29
29
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ defmodule AshSqlite.MixProject do
5
5
The SQLite data layer for Ash Framework.
6
6
"""
7
7
8
- @ version "0.2.11 "
8
+ @ version "0.2.12 "
9
9
10
10
def project do
11
11
[
You can’t perform that action at this time.
0 commit comments