File tree Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,23 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
5
5
6
6
<!-- changelog -->
7
7
8
+ ## [ v0.2.1] ( https://github.com/ash-project/ash_sqlite/compare/v0.2.0...v0.2.1 ) (2024-10-09)
9
+
10
+
11
+
12
+
13
+ ### Bug Fixes:
14
+
15
+ * don't raise error on codegen with no domains
16
+
17
+ * installer: use correct module name in the ` DataCase ` moduledocs. (#82 )
18
+
19
+ ### Improvements:
20
+
21
+ * add ` --repo ` option to installer, warn on clashing existing repo
22
+
23
+ * modify mix task aliases according to installer
24
+
8
25
## [ v0.2.0] ( https://github.com/ash-project/ash_sqlite/compare/v0.1.3...v0.2.0 ) (2024-09-10)
9
26
10
27
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ In this guide we will:
21
21
22
22
Add the ` :ash_sqlite ` dependency to your application
23
23
24
- ` {:ash_sqlite, "~> 0.2.0 "} `
24
+ ` {:ash_sqlite, "~> 0.2.1 "} `
25
25
26
26
Add ` :ash_sqlite ` to your ` .formatter.exs ` file
27
27
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ defmodule AshSqlite.MixProject do
5
5
The SQLite data layer for Ash Framework.
6
6
"""
7
7
8
- @ version "0.2.0 "
8
+ @ version "0.2.1 "
9
9
10
10
def project do
11
11
[
You can’t perform that action at this time.
0 commit comments