chore: release version v0.2.0

This commit is contained in:
Zach Daniel 2024-06-20 13:40:31 -04:00
parent 710cf432ec
commit 8a1852c5cb
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.2.0](https://github.com/ash-project/igniter/compare/v0.1.8...v0.2.0) (2024-06-20)
### Improvements:
* make installer use `override: true` on local dependency
* ensure dependencies are compiled after `mix deps.get`
* use warnings instead of errors for better UX
* move proejct related things to `Project` namespace
## [v0.1.8](https://github.com/ash-project/igniter/compare/v0.1.7...v0.1.8) (2024-06-19)

View file

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