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 44f6a6e commit 9d64f57Copy full SHA for 9d64f57
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.3](https://github.com/ash-project/igniter/compare/v0.7.2...v0.7.3) (2026-03-04)
16
+
17
18
19
20
+### Improvements:
21
22
+* error messages for task compilation (#364) by celeste-wahlquist
23
24
## [v0.7.2](https://github.com/ash-project/igniter/compare/v0.7.1...v0.7.2) (2026-01-28)
25
26
mix.exs
@@ -5,7 +5,7 @@
5
defmodule Igniter.MixProject do
6
use Mix.Project
7
8
- @version "0.7.2"
+ @version "0.7.3"
9
@install_version "~> 0.6"
10
11
@description """
0 commit comments