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 @@ -5,6 +5,17 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
55
66<!-- changelog -->
77
8+ ## [ v0.2.13] ( https://github.com/ash-project/ash_sqlite/compare/v0.2.12...v0.2.13 ) (2025-08-31)
9+
10+
11+
12+
13+ ### Bug Fixes:
14+
15+ * generate_migrations --dev duplicating migration files (#173 ) by Georges Dubus
16+
17+ * override default implementation of string trim test by Zach Daniel
18+
819## [ v0.2.12] ( https://github.com/ash-project/ash_sqlite/compare/v0.2.11...v0.2.12 ) (2025-07-22)
920
1021
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.12 "} `
26+ ` {:ash_sqlite, "~> 0.2.13 "} `
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.12 "
8+ @ version "0.2.13 "
99
1010 def project do
1111 [
You can’t perform that action at this time.
0 commit comments