diff --git a/CHANGELOG.md b/CHANGELOG.md index db29d54..1e0bab4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,21 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v0.3.10](https://github.com/ash-project/igniter/compare/v0.3.9...v0.3.10) (2024-07-26) + + + + +### Bug Fixes: + +* recompile igniter in `ingiter.install` + +### Improvements: + +* add `positional_args!/1` macro for use in tasks + +* better output on missing installers & already present dep + ## [v0.3.9](https://github.com/ash-project/igniter/compare/v0.3.8...v0.3.9) (2024-07-22) diff --git a/mix.exs b/mix.exs index 9bf6f22..886dd8e 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Igniter.MixProject do use Mix.Project - @version "0.3.9" + @version "0.3.10" @description """ A code generation and project patching framework