chore: release version v0.1.1

This commit is contained in:
Zach Daniel 2024-06-13 10:41:35 -04:00
parent 5c8a2870db
commit 34b8934a19
2 changed files with 10 additions and 1 deletions

View file

@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [v0.1.1](https://github.com/ash-project/igniter/compare/v0.1.0...v0.1.1) (2024-06-13)
### Bug Fixes:
* always format the file even if no `.formatter.exs` exists
## [v0.1.0](https://github.com/ash-project/igniter/compare/v0.1.0...v0.1.0) (2024-06-13)

View file

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