File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,6 +11,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
1111
1212<!-- changelog -->
1313
14+ ## [ v0.2.17] ( https://github.com/ash-project/ash_sqlite/compare/v0.2.16...v0.2.17 ) (2026-04-22)
15+
16+
17+
18+
19+ ### Bug Fixes:
20+
21+ * ensure atomic updates properly update all fields by Zach Daniel
22+
1423## [ v0.2.16] ( https://github.com/ash-project/ash_sqlite/compare/v0.2.15...v0.2.16 ) (2026-03-05)
1524
1625
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.16 "} `
32+ ` {:ash_sqlite, "~> 0.2.17 "} `
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.16 "
12+ @ version "0.2.17 "
1313
1414 def project do
1515 [
You can’t perform that action at this time.
0 commit comments