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 3cd35a2 commit 0d5de8dCopy full SHA for 0d5de8d
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.1](https://github.com/ash-project/igniter/compare/v0.7.0...v0.7.1) (2026-01-21)
16
+
17
18
19
20
+### Improvements:
21
22
+* Add more context to umbrella error message (#358) by José Valim
23
24
## [v0.7.0](https://github.com/ash-project/igniter/compare/v0.6.30...v0.7.0) (2025-11-05)
25
26
mix.exs
@@ -5,7 +5,7 @@
5
defmodule Igniter.MixProject do
6
use Mix.Project
7
8
- @version "0.7.0"
+ @version "0.7.1"
9
@install_version "~> 0.6"
10
11
@description """
0 commit comments