Skip to content

Commit 0226457

Browse files
committed
chore: release version v0.2.8
1 parent c803823 commit 0226457

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

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

66
<!-- changelog -->
77

8+
## [v0.2.8](https://github.com/ash-project/ash_sqlite/compare/v0.2.7...v0.2.8) (2025-05-29)
9+
10+
11+
12+
13+
### Bug Fixes:
14+
15+
* properly fetch options in installer
16+
17+
### Improvements:
18+
19+
* --dev codegen flag (#154)
20+
821
## [v0.2.7](https://github.com/ash-project/ash_sqlite/compare/v0.2.6...v0.2.7) (2025-05-26)
922

1023

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.7"}`
24+
`{:ash_sqlite, "~> 0.2.8"}`
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.7"
8+
@version "0.2.8"
99

1010
def project do
1111
[

0 commit comments

Comments
 (0)