File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,21 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
55
66<!-- changelog -->
77
8+ ## [ v0.6.8] ( https://github.com/ash-project/igniter/compare/v0.6.7...v0.6.8 ) (2025-06-18)
9+
10+
11+
12+
13+ ### Bug Fixes:
14+
15+ * properly honor explicitly passed --only flag over other ` only ` configs by Zach Daniel
16+
17+ * properly render the child that must be placed in the supervision tree by Zach Daniel
18+
19+ ### Improvements:
20+
21+ * Update argument error message about apply_igniter in test (#305 ) by Kenneth Kostrešević
22+
823## [ v0.6.7] ( https://github.com/ash-project/igniter/compare/v0.6.6...v0.6.7 ) (2025-06-08)
924
1025
Original file line number Diff line number Diff line change 11defmodule Igniter.MixProject do
22 use Mix.Project
33
4- @ version "0.6.7 "
4+ @ version "0.6.8 "
55 @ install_version "~> 0.6"
66
77 @ description """
You can’t perform that action at this time.
0 commit comments