Skip to content

Commit 0b8751f

Browse files
committed
chore: release version v0.2.15
1 parent fbcd978 commit 0b8751f

3 files changed

Lines changed: 25 additions & 2 deletions

File tree

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.15](https://github.com/ash-project/ash_sqlite/compare/v0.2.14...v0.2.15) (2026-01-30)
15+
16+
17+
18+
19+
### Bug Fixes:
20+
21+
* handle map comparisons via json encoding. by Zach Daniel
22+
23+
* use custom string_length implementation for SQLite by Zach Daniel
24+
25+
* only migrate/rollback one repo at a time (#199) by ydo-kollins
26+
27+
* missing case in to_ecto (#198) by spicychickensauce
28+
29+
* ensure we always clean dev migrations by Zach Daniel
30+
31+
### Improvements:
32+
33+
* raise clearer error on unsupported foreign key drops in SQLite migrations by Zach Daniel
34+
35+
* update to use bulk refs from latest ash by Zach Daniel
36+
1437
## [v0.2.14](https://github.com/ash-project/ash_sqlite/compare/v0.2.13...v0.2.14) (2025-11-05)
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.14"}`
32+
`{:ash_sqlite, "~> 0.2.15"}`
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.14"
12+
@version "0.2.15"
1313

1414
def project do
1515
[

0 commit comments

Comments
 (0)