chore: release version v0.3.10
Some checks failed
CI / ash-ci (push) Has been cancelled

This commit is contained in:
Zach Daniel 2024-07-26 13:36:57 -04:00
parent 29e492002a
commit 279261fa31
2 changed files with 16 additions and 1 deletions

View file

@ -5,6 +5,21 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [v0.3.10](https://github.com/ash-project/igniter/compare/v0.3.9...v0.3.10) (2024-07-26)
### Bug Fixes:
* recompile igniter in `ingiter.install`
### Improvements:
* add `positional_args!/1` macro for use in tasks
* better output on missing installers & already present dep
## [v0.3.9](https://github.com/ash-project/igniter/compare/v0.3.8...v0.3.9) (2024-07-22)

View file

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