Skip to content

Commit 5a167c0

Browse files
committed
chore: release version v0.8.3
1 parent 83e46ba commit 5a167c0

2 files changed

Lines changed: 22 additions & 1 deletion

File tree

CHANGELOG.md

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

1313
<!-- changelog -->
1414

15+
## [v0.8.3](https://github.com/ash-project/igniter/compare/v0.8.2...v0.8.3) (2026-07-26)
16+
17+
18+
19+
20+
### Bug Fixes:
21+
22+
* ensure verbose is passed all the way down by Zach Daniel
23+
24+
* properly check `igniter.rms` in `--check` by Zach Daniel
25+
26+
* resolve Elixir 1.20 type-check warnings (#387) by Gilbert
27+
28+
### Improvements:
29+
30+
* add `Igniter.Libs.Phoenix.web_module_for_router/2` (#393) by James Harton
31+
32+
* update to Elixir 1.20 (#391) by ESmithByui
33+
34+
* direct users to format command for unless refactor by Zach Daniel
35+
1536
## [v0.8.2](https://github.com/ash-project/igniter/compare/v0.8.1...v0.8.2) (2026-06-24)
1637

1738

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.8.2"
8+
@version "0.8.3"
99
@install_version "~> 0.6"
1010

1111
@description """

0 commit comments

Comments
 (0)