chore: release version v0.4.1

This commit is contained in:
James Harton 2023-09-26 15:58:43 +13:00
parent 042ee49211
commit 0f2359628f
Signed by: james
GPG key ID: 90E82DAA13F624F4
3 changed files with 11 additions and 2 deletions

View file

@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog --> <!-- changelog -->
## [v0.4.1](https://github.com/ash-project/reactor/compare/v0.4.0...v0.4.1) (2023-09-26)
### Bug Fixes:
* weird issue with aliases sometimes not being expanded in generated reactors.
## [v0.4.0](https://github.com/ash-project/reactor/compare/v0.3.5...v0.4.0) (2023-09-11) ## [v0.4.0](https://github.com/ash-project/reactor/compare/v0.3.5...v0.4.0) (2023-09-11)

View file

@ -34,7 +34,7 @@ The package can be installed by adding `reactor` to your list of dependencies in
```elixir ```elixir
def deps do def deps do
[ [
{:reactor, "~> 0.4.0"} {:reactor, "~> 0.4.1"}
] ]
end end
``` ```

View file

@ -1,7 +1,7 @@
defmodule Reactor.MixProject do defmodule Reactor.MixProject do
use Mix.Project use Mix.Project
@version "0.4.0" @version "0.4.1"
@description "An asynchronous, graph-based execution engine" @description "An asynchronous, graph-based execution engine"
def project do def project do