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,23 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
55
66<!-- changelog -->
77
8+ ## [ v0.5.39] ( https://github.com/ash-project/igniter/compare/v0.5.38...v0.5.39 ) (2025-03-25)
9+
10+
11+
12+
13+ ### Bug Fixes:
14+
15+ * handler erlang style modules in function detection
16+
17+ * igniter.upgrade crash on dependency declaration when only option is an atom (#257 )
18+
19+ ### Improvements:
20+
21+ * add ` Igniter.Code.Common.add_comment/2 `
22+
23+ * add ` Igniter.Project.Config.configure_group/6 `
24+
825## [ v0.5.38] ( https://github.com/ash-project/igniter/compare/v0.5.37...v0.5.38 ) (2025-03-21)
926
1027
Original file line number Diff line number Diff line change 11defmodule Igniter.MixProject do
22 use Mix.Project
33
4- @ version "0.5.38 "
4+ @ version "0.5.39 "
55 @ install_version "~> 0.5"
66
77 @ description """
You can’t perform that action at this time.
0 commit comments