Skip to content

Commit 790d961

Browse files
committed
chore: release version v0.5.39
1 parent 0610c03 commit 790d961

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff 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

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule 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 """

0 commit comments

Comments
 (0)