chore: release version v0.2.2

This commit is contained in:
Zach Daniel 2024-06-21 18:06:21 -04:00
parent 0e82c3aebb
commit 6f5a5d9031
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 --> <!-- changelog -->
## [v0.2.2](https://github.com/ash-project/igniter/compare/v0.2.1...v0.2.2) (2024-06-21)
### Bug Fixes:
* don't show unnecessary diff output
* don't compile before fetching deps
## [v0.2.1](https://github.com/ash-project/igniter/compare/v0.2.0...v0.2.1) (2024-06-21) ## [v0.2.1](https://github.com/ash-project/igniter/compare/v0.2.0...v0.2.1) (2024-06-21)

View file

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