Skip to content

Commit 606d1d3

Browse files
committed
chore: release version v0.2.16
1 parent 9f24fa0 commit 606d1d3

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-2
lines changed

CHANGELOG.md

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

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.15"}`
32+
`{:ash_sqlite, "~> 0.2.16"}`
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.15"
12+
@version "0.2.16"
1313

1414
def project do
1515
[

0 commit comments

Comments
 (0)