We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e162a32 commit 005fbdcCopy full SHA for 005fbdc
2 files changed
CHANGELOG.md
@@ -5,6 +5,21 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
5
6
<!-- changelog -->
7
8
+## [v0.5.40](https://github.com/ash-project/igniter/compare/v0.5.39...v0.5.40) (2025-03-26)
9
+
10
11
12
13
+### Bug Fixes:
14
15
+* only display changing sources in `puts_diff` in test
16
17
+### Improvements:
18
19
+* more testing helpers
20
21
+* support error/warning/notice returns on updating files
22
23
## [v0.5.39](https://github.com/ash-project/igniter/compare/v0.5.38...v0.5.39) (2025-03-25)
24
25
mix.exs
@@ -1,7 +1,7 @@
1
defmodule Igniter.MixProject do
2
use Mix.Project
3
4
- @version "0.5.39"
+ @version "0.5.40"
@install_version "~> 0.5"
@description """
0 commit comments