Skip to content

Commit 005fbdc

Browse files
committed
chore: release version v0.5.40
1 parent e162a32 commit 005fbdc

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
55

66
<!-- changelog -->
77

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+
823
## [v0.5.39](https://github.com/ash-project/igniter/compare/v0.5.38...v0.5.39) (2025-03-25)
924

1025

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.39"
4+
@version "0.5.40"
55
@install_version "~> 0.5"
66

77
@description """

0 commit comments

Comments
 (0)