chore: release version v0.3.16

This commit is contained in:
Zach Daniel 2024-07-31 18:30:29 -04:00
parent c769fe15ae
commit 5560a4181d
2 changed files with 14 additions and 1 deletions

View file

@ -5,6 +5,19 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [v0.3.16](https://github.com/ash-project/igniter/compare/v0.3.15...v0.3.16) (2024-07-31)
### Bug Fixes:
* loadpaths after compiling deps
### Improvements:
* add `create_module` utility
## [v0.3.15](https://github.com/ash-project/igniter/compare/v0.3.14...v0.3.15) (2024-07-31)

View file

@ -1,7 +1,7 @@
defmodule Igniter.MixProject do
use Mix.Project
@version "0.3.15"
@version "0.3.16"
@description """
A code generation and project patching framework