chore: release version v0.2.1

This commit is contained in:
Zach Daniel 2024-06-21 16:09:00 -04:00
parent f5741fad45
commit 30d505058b
2 changed files with 12 additions and 1 deletions

View file

@ -5,6 +5,17 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [v0.2.1](https://github.com/ash-project/igniter/compare/v0.2.0...v0.2.1) (2024-06-21)
### Improvements:
* workaround trailing comment issues w/ sourceror
* support `--with` option in `igniter.new`
## [v0.2.0](https://github.com/ash-project/igniter/compare/v0.1.8...v0.2.0) (2024-06-20)

View file

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