chore: release version v0.3.3

This commit is contained in:
Zach Daniel 2024-07-18 11:39:54 -04:00
parent eaa1a779e0
commit cd4466743e
2 changed files with 14 additions and 1 deletions

View file

@ -5,6 +5,19 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [v0.3.3](https://github.com/ash-project/igniter/compare/v0.3.2...v0.3.3) (2024-07-18)
### Improvements:
* fix function typespecs & add `inflex` dependency
* only show executed installers (#50)
* support tuple dependencies in igniter.install (#49)
## [v0.3.2](https://github.com/ash-project/igniter/compare/v0.3.1...v0.3.2) (2024-07-16)

View file

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