Skip to content

Commit 7cc0788

Browse files
committed
chore: release version v0.2.9
1 parent 4400623 commit 7cc0788

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

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

66
<!-- changelog -->
77

8+
## [v0.2.9](https://github.com/ash-project/ash_sqlite/compare/v0.2.8...v0.2.9) (2025-05-30)
9+
10+
11+
12+
13+
### Bug Fixes:
14+
15+
* properly fetch options in installer
16+
17+
### Improvements:
18+
19+
* strict table support (#157)
20+
21+
* support new PendingCodegen error
22+
823
## [v0.2.8](https://github.com/ash-project/ash_sqlite/compare/v0.2.7...v0.2.8) (2025-05-29)
924

1025

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ In this guide we will:
2121

2222
Add the `:ash_sqlite` dependency to your application
2323

24-
`{:ash_sqlite, "~> 0.2.8"}`
24+
`{:ash_sqlite, "~> 0.2.9"}`
2525

2626
Add `:ash_sqlite` to your `.formatter.exs` file
2727

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ defmodule AshSqlite.MixProject do
55
The SQLite data layer for Ash Framework.
66
"""
77

8-
@version "0.2.8"
8+
@version "0.2.9"
99

1010
def project do
1111
[

0 commit comments

Comments
 (0)