From 1628739f47043900c38d773a774b7068e358d396 Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Tue, 10 Sep 2024 17:30:08 -0400 Subject: [PATCH] chore: release version v0.3.35 --- CHANGELOG.md | 15 +++++++++++++++ mix.exs | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb87c49..a74ac77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,21 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [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) diff --git a/mix.exs b/mix.exs index 6c939dd..719c169 100644 --- a/mix.exs +++ b/mix.exs @@ -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