File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed
Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
55
66<!-- changelog -->
77
8+ ## [ v0.2.11] ( https://github.com/ash-project/ash_sqlite/compare/v0.2.10...v0.2.11 ) (2025-06-16)
9+
10+
11+
12+
13+ ### Improvements:
14+
15+ * support update_query and destroy_query by Zach Daniel
16+
817## [ v0.2.10] ( https://github.com/ash-project/ash_sqlite/compare/v0.2.9...v0.2.10 ) (2025-06-15)
918
1019
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.10 "} `
26+ ` {:ash_sqlite, "~> 0.2.11 "} `
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.10 "
8+ @ version "0.2.11 "
99
1010 def project do
1111 [
You can’t perform that action at this time.
0 commit comments