Skip to content

Commit ee96c61

Browse files
committed
chore: release version v0.2.14
1 parent 05aa3a0 commit ee96c61

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,17 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
1111

1212
<!-- changelog -->
1313

14+
## [v0.2.14](https://github.com/ash-project/ash_sqlite/compare/v0.2.13...v0.2.14) (2025-11-05)
15+
16+
17+
18+
19+
### Bug Fixes:
20+
21+
* Get rid of deprecation warnings (#188) by Jonatan Männchen
22+
23+
* ignore unkown option in generate_migrations task #180 (#181) by Abdessabour Moutik
24+
1425
## [v0.2.13](https://github.com/ash-project/ash_sqlite/compare/v0.2.12...v0.2.13) (2025-08-31)
1526

1627

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

1414
def project do
1515
[

0 commit comments

Comments
 (0)