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

This commit is contained in:
Zach Daniel 2024-07-19 10:36:22 -04:00
parent e2a24475b1
commit 35bce0035e
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.5](https://github.com/ash-project/igniter/compare/v0.3.4...v0.3.5) (2024-07-19)
### Bug Fixes:
* properly move to pattern matches in scope
* configures?/3 -> configures_key & configures_root_key (#54)
### Improvements:
* add blocks together more fluidly in `add_code`
## [v0.3.4](https://github.com/ash-project/igniter/compare/v0.3.3...v0.3.4) (2024-07-19)
### Bug Fixes:

View file

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