Skip to content

Commit 1ce17b8

Browse files
committed
chore: release version v0.2.7
1 parent e9a535b commit 1ce17b8

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

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

66
<!-- changelog -->
77

8+
## [v0.2.7](https://github.com/ash-project/ash_sqlite/compare/v0.2.6...v0.2.7) (2025-05-26)
9+
10+
11+
12+
13+
### Bug Fixes:
14+
15+
* various fixes around parameterized type data shape change
16+
17+
* Remove unused `:inflex` dependency
18+
19+
* Fix leftover reference to `Inflex` after it was moved to Igniter instead
20+
21+
### Improvements:
22+
23+
* Fix igniter deprecation warning. (#152)
24+
825
## [v0.2.6](https://github.com/ash-project/ash_sqlite/compare/v0.2.5...v0.2.6) (2025-04-29)
926

1027

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

1010
def project do
1111
[

0 commit comments

Comments
 (0)