From 2d04897e1a69789e0bc3a9ec862884ac4ef011fc Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Tue, 20 Aug 2024 15:14:42 -0400 Subject: [PATCH] chore: release version v0.3.22 --- CHANGELOG.md | 9 +++++++++ mix.exs | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a5c592..01c43f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v0.3.22](https://github.com/ash-project/igniter/compare/v0.3.21...v0.3.22) (2024-08-20) + + + + +### Improvements: + +* add options to control behavior when creating a file that already exists + ## [v0.3.21](https://github.com/ash-project/igniter/compare/v0.3.20...v0.3.21) (2024-08-20) diff --git a/mix.exs b/mix.exs index 8fd4857..e9162b5 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Igniter.MixProject do use Mix.Project - @version "0.3.21" + @version "0.3.22" @description """ A code generation and project patching framework