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 c8089e6 commit 96dadddCopy full SHA for 96daddd
2 files changed
CHANGELOG.md
@@ -12,6 +12,17 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
12
13
<!-- changelog -->
14
15
+## [v0.7.8](https://github.com/ash-project/igniter/compare/v0.7.7...v0.7.8) (2026-04-11)
16
+
17
18
19
20
+### Improvements:
21
22
+* check compiled manifest and simple defmodule patterns early by Zach Daniel
23
24
+* add and manage a module index cache by Zach Daniel
25
26
## [v0.7.7](https://github.com/ash-project/igniter/compare/v0.7.6...v0.7.7) (2026-03-24)
27
28
mix.exs
@@ -5,7 +5,7 @@
5
defmodule Igniter.MixProject do
6
use Mix.Project
7
8
- @version "0.7.7"
+ @version "0.7.8"
9
@install_version "~> 0.6"
10
11
@description """
0 commit comments