File tree Expand file tree Collapse file tree 3 files changed +25
-2
lines changed
Expand file tree Collapse file tree 3 files changed +25
-2
lines changed 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.16] ( https://github.com/ash-project/ash_sqlite/compare/v0.2.15...v0.2.16 ) (2026-03-05)
15+
16+
17+
18+
19+ ### Bug Fixes:
20+
21+ * bulk_create with upsert now updates update_timestamp fields by Michael Bärtschi
22+
23+ * bulk_create with upsert now updates update_timestamp fields (#207 ) by Michael Bärtschi
24+
25+ * Handle nil default values in migration generator by Zach Daniel
26+
27+ * don't double count renaming & adding attributes by Zach Daniel
28+
29+ ### Improvements:
30+
31+ * support positional name argument in ` generate_migrations ` by Zach Daniel
32+
33+ * read touch_update_defaults? from options instead of changeset context (#208 ) by Michael Bärtschi
34+
35+ * support ` nils_distinct? ` in identities by Zach Daniel
36+
1437## [ v0.2.15] ( https://github.com/ash-project/ash_sqlite/compare/v0.2.14...v0.2.15 ) (2026-01-30)
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.15 "} `
32+ ` {:ash_sqlite, "~> 0.2.16 "} `
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.15 "
12+ @ version "0.2.16 "
1313
1414 def project do
1515 [
You can’t perform that action at this time.
0 commit comments