Skip to content

Commit 8b701e7

Browse files
committed
chore: release version v0.2.1
1 parent ec4ecb2 commit 8b701e7

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.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+
825
## [v0.2.0](https://github.com/ash-project/ash_sqlite/compare/v0.1.3...v0.2.0) (2024-09-10)
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.0"}`
24+
`{:ash_sqlite, "~> 0.2.1"}`
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.0"
8+
@version "0.2.1"
99

1010
def project do
1111
[

0 commit comments

Comments
 (0)