chore: release version v0.3.23

This commit is contained in:
Zach Daniel 2024-08-26 16:48:44 -04:00
parent a5bdf2b7a0
commit 678ff157ce
2 changed files with 16 additions and 1 deletions

View file

@ -5,6 +5,21 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [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)

View file

@ -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