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

This commit is contained in:
Zach Daniel 2024-09-10 17:30:08 -04:00
parent 72bd35413e
commit 1628739f47
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.35](https://github.com/ash-project/igniter/compare/v0.3.34...v0.3.35) (2024-09-10)
### Bug Fixes:
* much smarter removal of `import_config` when evaluating configuration files
* when including a glob, use `test_files` in test_mode
### Improvements:
* add `Igniter.Code.Common.remove/2`
## [v0.3.34](https://github.com/ash-project/igniter/compare/v0.3.33...v0.3.34) (2024-09-10)

View file

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