Skip to content

Commit

Permalink
chore: release version v0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Jun 14, 2024
1 parent bcb4439 commit 88aa56a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline

<!-- changelog -->

## [v0.1.7](https://github.com/ash-project/igniter/compare/v0.1.6...v0.1.7) (2024-06-14)




### Improvements:

* various restructurings and improvements across the board

* use `Spitfire` to ensure that aliases are considered when comparing modules

* use `Spitfire` to *use* any existing aliases when inserting code

* use `Zipper.topmost` to power new `Spitfire`-related features

## [v0.1.6](https://github.com/ash-project/igniter/compare/v0.1.5...v0.1.6) (2024-06-13)


Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Igniter.MixProject do
use Mix.Project

@version "0.1.6"
@version "0.1.7"

@description """
A code generation and project patching framework
Expand Down

0 comments on commit 88aa56a

Please sign in to comment.