chore: release version v0.1.8
Some checks are pending
CI / ash-ci (push) Waiting to run

This commit is contained in:
Zach Daniel 2024-06-19 19:26:02 -04:00
parent ac24b375fc
commit 310efa55b7
2 changed files with 18 additions and 1 deletions

View file

@ -5,6 +5,23 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog --> <!-- changelog -->
## [v0.1.8](https://github.com/ash-project/igniter/compare/v0.1.7...v0.1.8) (2024-06-19)
### Bug Fixes:
* update spitfire for env fix
### Improvements:
* rename `env_at_cursor` to `current_env`
* improve marshalling of spitfire env to macro env
* show warning when adding dependencies by default
## [v0.1.7](https://github.com/ash-project/igniter/compare/v0.1.6...v0.1.7) (2024-06-14) ## [v0.1.7](https://github.com/ash-project/igniter/compare/v0.1.6...v0.1.7) (2024-06-14)

View file

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