From 279261fa31849ff2f99f0a10be9dfc424e56b7ba Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Fri, 26 Jul 2024 13:36:57 -0400 Subject: [PATCH] chore: release version v0.3.10 --- CHANGELOG.md | 15 +++++++++++++++ mix.exs | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) 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