Skip to content

Commit 22aa432

Browse files
committed
chore: release version v0.7.2
1 parent d64e9a4 commit 22aa432

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

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

1313
<!-- changelog -->
1414

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+
1524
## [v0.7.1](https://github.com/ash-project/igniter/compare/v0.7.0...v0.7.1) (2026-01-21)
1625

1726

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
defmodule Igniter.MixProject do
66
use Mix.Project
77

8-
@version "0.7.1"
8+
@version "0.7.2"
99
@install_version "~> 0.6"
1010

1111
@description """

0 commit comments

Comments
 (0)