We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da6deb5 commit 1ff39e3Copy full SHA for 1ff39e3
CHANGELOG.md
@@ -5,6 +5,19 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
5
6
<!-- changelog -->
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
21
## [v0.6.20](https://github.com/ash-project/igniter/compare/v0.6.19...v0.6.20) (2025-07-18)
22
23
mix.exs
@@ -1,7 +1,7 @@
1
defmodule Igniter.MixProject do
2
use Mix.Project
3
4
- @version "0.6.20"
+ @version "0.6.21"
@install_version "~> 0.6"
@description """
0 commit comments