chore: release version v0.3.0
Some checks are pending
CI / ash-ci (push) Waiting to run

This commit is contained in:
Zach Daniel 2024-07-15 14:07:05 -04:00
parent d00dd671c7
commit e8c2554f49
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.0](https://github.com/ash-project/igniter/compare/v0.2.13...v0.3.0) (2024-07-15)
### Improvements:
* Add `Igniter.Libs.Phoenix` for working with Phoenix
* deprecate duplicate `Igniter.Code.Module.move_to_use` function
* `Igniter.Project.Config.configures?/4` that takes a config file
* Add `Igniter.Util.Warning` for formatting code in warnings
## [v0.2.13](https://github.com/ash-project/igniter/compare/v0.2.12...v0.2.13) (2024-07-15)

View file

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