chore: release version v0.1.2

This commit is contained in:
Zach Daniel 2024-06-13 10:58:08 -04:00
parent 180942b155
commit 859dcdf7fd
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.1.2](https://github.com/ash-project/igniter/compare/v0.1.1...v0.1.2) (2024-06-13)
### Bug Fixes:
* remove unsupportable package installation symbols
* don't run `mix deps.get` if dependency changes are aborted
## [v0.1.1](https://github.com/ash-project/igniter/compare/v0.1.0...v0.1.1) (2024-06-13) ## [v0.1.1](https://github.com/ash-project/igniter/compare/v0.1.0...v0.1.1) (2024-06-13)

View file

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