Skip to content

Commit 623aac9

Browse files
committed
chore: release version v0.2.17
1 parent 11d683c commit 623aac9

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff 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

documentation/tutorials/getting-started-with-ash-sqlite.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ A working [SQLite](https://sqlite.org/) installation. Verify installation with `
2929

3030
Add the `:ash_sqlite` dependency to your application
3131

32-
`{:ash_sqlite, "~> 0.2.16"}`
32+
`{:ash_sqlite, "~> 0.2.17"}`
3333

3434
Add `:ash_sqlite` to your `.formatter.exs` file
3535

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
[

0 commit comments

Comments
 (0)