Skip to content

Commit 96daddd

Browse files
committed
chore: release version v0.7.8
1 parent c8089e6 commit 96daddd

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,17 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
1212

1313
<!-- changelog -->
1414

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+
1526
## [v0.7.7](https://github.com/ash-project/igniter/compare/v0.7.6...v0.7.7) (2026-03-24)
1627

1728

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
defmodule Igniter.MixProject do
66
use Mix.Project
77

8-
@version "0.7.7"
8+
@version "0.7.8"
99
@install_version "~> 0.6"
1010

1111
@description """

0 commit comments

Comments
 (0)