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 43e0341 commit bf86b51Copy full SHA for bf86b51
2 files changed
CHANGELOG.md
@@ -5,6 +5,17 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
5
6
<!-- changelog -->
7
8
+## [v0.6.9](https://github.com/ash-project/igniter/compare/v0.6.8...v0.6.9) (2025-06-25)
9
+
10
11
12
13
+### Improvements:
14
15
+* Implement removal of configuration (#309) by Benjamin Milde
16
17
+* add `required?` option to `Igniter.update_elixir_file/3` by Benjamin Milde
18
19
## [v0.6.8](https://github.com/ash-project/igniter/compare/v0.6.7...v0.6.8) (2025-06-18)
20
21
mix.exs
@@ -1,7 +1,7 @@
1
defmodule Igniter.MixProject do
2
use Mix.Project
3
4
- @version "0.6.8"
+ @version "0.6.9"
@install_version "~> 0.6"
@description """
0 commit comments