diff --git a/CHANGELOG.md b/CHANGELOG.md index 01c43f8..c606f3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,21 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v0.3.23](https://github.com/ash-project/igniter/compare/v0.3.22...v0.3.23) (2024-08-26) + + + + +### Bug Fixes: + +* properly move to arguments of Module.fun calls + +### Improvements: + +* add `Igniter.Code.Common.expand_literal/1` + +* add `--with-args` to pass additional args to installers + ## [v0.3.22](https://github.com/ash-project/igniter/compare/v0.3.21...v0.3.22) (2024-08-20) diff --git a/mix.exs b/mix.exs index e9162b5..f1b3512 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Igniter.MixProject do use Mix.Project - @version "0.3.22" + @version "0.3.23" @description """ A code generation and project patching framework