Skip to content

Commit 4f3f078

Browse files
committed
chore: release version v0.6.8
1 parent ecfacdc commit 4f3f078

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.6.8](https://github.com/ash-project/igniter/compare/v0.6.7...v0.6.8) (2025-06-18)
9+
10+
11+
12+
13+
### Bug Fixes:
14+
15+
* properly honor explicitly passed --only flag over other `only` configs by Zach Daniel
16+
17+
* properly render the child that must be placed in the supervision tree by Zach Daniel
18+
19+
### Improvements:
20+
21+
* Update argument error message about apply_igniter in test (#305) by Kenneth Kostrešević
22+
823
## [v0.6.7](https://github.com/ash-project/igniter/compare/v0.6.6...v0.6.7) (2025-06-08)
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.6.7"
4+
@version "0.6.8"
55
@install_version "~> 0.6"
66

77
@description """

0 commit comments

Comments
 (0)