chore: release version v0.3.36
Some checks failed
CI / ash-ci (push) Has been cancelled

This commit is contained in:
Zach Daniel 2024-09-13 18:21:49 -04:00
parent ef46c64672
commit a255777736
2 changed files with 16 additions and 1 deletions

View file

@ -5,6 +5,21 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [v0.3.36](https://github.com/ash-project/igniter/compare/v0.3.35...v0.3.36) (2024-09-13)
### Bug Fixes:
* reevaluate .igniter.exs when it changes
### Improvements:
* Support for extensions in igniter config
* Add a phoenix extension to prevent moving modules that may be phoenix-y
## [v0.3.35](https://github.com/ash-project/igniter/compare/v0.3.34...v0.3.35) (2024-09-10)

View file

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