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

This commit is contained in:
Zach Daniel 2024-08-19 11:10:24 -04:00
parent 5bf53c8c07
commit 9133d9d05b
2 changed files with 12 additions and 1 deletions

View file

@ -5,6 +5,17 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [v0.3.20](https://github.com/ash-project/igniter/compare/v0.3.19...v0.3.20) (2024-08-19)
### Bug Fixes:
* ensure no timeout on task async streams
* don't hardcode `Foo.Supervisor` 🤦
## [v0.3.19](https://github.com/ash-project/igniter/compare/v0.3.18...v0.3.19) (2024-08-13)

View file

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