chore: release version v0.2.6

This commit is contained in:
Zach Daniel 2024-07-02 16:50:34 -04:00
parent 5e5e11633f
commit 6ad05df5db
2 changed files with 22 additions and 1 deletions

View file

@ -5,6 +5,27 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [v0.2.6](https://github.com/ash-project/igniter/compare/v0.2.5...v0.2.6) (2024-07-02)
### Improvements:
* properly find nested modules again
* make igniter tests much faster by not searching our own project
* add `include_all_elixir_files/1`
* add `module_exists?/2`
* add `find_and_update_module/3`
* only require rejecting mix deps.get one time & remember that choice
* simpler messages signaling a mix deps.get
## [v0.2.5](https://github.com/ash-project/igniter/compare/v0.2.4...v0.2.5) (2024-07-02)

View file

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