chore: release version v0.3.25

This commit is contained in:
Zach Daniel 2024-09-06 14:59:03 -04:00
parent 916d45e443
commit dbf1386fcf
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.25](https://github.com/ash-project/igniter/compare/v0.3.24...v0.3.25) (2024-09-06)
### Improvements:
* add `configure_runtime_env` codemod
* remove dependencies that aren't strictly necessary
* remove dependencies that we don't really need
* more options to `igniter.new`
## [v0.3.24](https://github.com/ash-project/igniter/compare/v0.3.23...v0.3.24) (2024-08-26)

View file

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