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 d64e9a4 commit 22aa432Copy full SHA for 22aa432
2 files changed
CHANGELOG.md
@@ -12,6 +12,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
12
13
<!-- changelog -->
14
15
+## [v0.7.2](https://github.com/ash-project/igniter/compare/v0.7.1...v0.7.2) (2026-01-28)
16
+
17
18
19
20
+### Bug Fixes:
21
22
+* don't fail on missing `.formatter.exs` by Zach Daniel
23
24
## [v0.7.1](https://github.com/ash-project/igniter/compare/v0.7.0...v0.7.1) (2026-01-21)
25
26
mix.exs
@@ -5,7 +5,7 @@
5
defmodule Igniter.MixProject do
6
use Mix.Project
7
8
- @version "0.7.1"
+ @version "0.7.2"
9
@install_version "~> 0.6"
10
11
@description """
0 commit comments