File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,19 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
5
5
6
6
<!-- changelog -->
7
7
8
+ ## [ v0.6.21] ( https://github.com/ash-project/igniter/compare/v0.6.20...v0.6.21 ) (2025-07-19)
9
+
10
+
11
+
12
+
13
+ ### Bug Fixes:
14
+
15
+ * properly detect deps location by Zach Daniel
16
+
17
+ ### Improvements:
18
+
19
+ * don't enumerate ` igniter.rewrite ` by Zach Daniel
20
+
8
21
## [ v0.6.20] ( https://github.com/ash-project/igniter/compare/v0.6.19...v0.6.20 ) (2025-07-18)
9
22
10
23
Original file line number Diff line number Diff line change 1
1
defmodule Igniter.MixProject do
2
2
use Mix.Project
3
3
4
- @ version "0.6.20 "
4
+ @ version "0.6.21 "
5
5
@ install_version "~> 0.6"
6
6
7
7
@ description """
You can’t perform that action at this time.
0 commit comments