File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,6 +12,27 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
1212
1313<!-- changelog -->
1414
15+ ## [ v0.8.3] ( https://github.com/ash-project/igniter/compare/v0.8.2...v0.8.3 ) (2026-07-26)
16+
17+
18+
19+
20+ ### Bug Fixes:
21+
22+ * ensure verbose is passed all the way down by Zach Daniel
23+
24+ * properly check ` igniter.rms ` in ` --check ` by Zach Daniel
25+
26+ * resolve Elixir 1.20 type-check warnings (#387 ) by Gilbert
27+
28+ ### Improvements:
29+
30+ * add ` Igniter.Libs.Phoenix.web_module_for_router/2 ` (#393 ) by James Harton
31+
32+ * update to Elixir 1.20 (#391 ) by ESmithByui
33+
34+ * direct users to format command for unless refactor by Zach Daniel
35+
1536## [ v0.8.2] ( https://github.com/ash-project/igniter/compare/v0.8.1...v0.8.2 ) (2026-06-24)
1637
1738
Original file line number Diff line number Diff line change 55defmodule Igniter.MixProject do
66 use Mix.Project
77
8- @ version "0.8.2 "
8+ @ version "0.8.3 "
99 @ install_version "~> 0.6"
1010
1111 @ description """
You can’t perform that action at this time.
0 commit comments