From dbf1386fcfc593db3c95da86ec627ba59840361b Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Fri, 6 Sep 2024 14:59:03 -0400 Subject: [PATCH] chore: release version v0.3.25 --- CHANGELOG.md | 15 +++++++++++++++ mix.exs | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0256d3c..0ea473a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,21 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [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) diff --git a/mix.exs b/mix.exs index 74310d5..1a79a16 100644 --- a/mix.exs +++ b/mix.exs @@ -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