chore: release version v0.2.9

This commit is contained in:
Zach Daniel 2024-07-09 17:41:47 -04:00
parent 73f489369f
commit ddeb4032ca
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.9](https://github.com/ash-project/igniter/compare/v0.2.8...v0.2.9) (2024-07-09)
### Bug Fixes:
* simplify how we get tasks to run
* don't try to format after editing `mix.exs`
## [v0.2.8](https://github.com/ash-project/igniter/compare/v0.2.7...v0.2.8) (2024-07-09) ## [v0.2.8](https://github.com/ash-project/igniter/compare/v0.2.7...v0.2.8) (2024-07-09)

View file

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