chore: release version v0.2.2

This commit is contained in:
James Harton 2023-05-15 17:14:56 +12:00
parent 1442cabeb4
commit bade107528
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 -->
## [v0.2.2](https://github.com/ash-project/reactor/compare/v0.2.1...v0.2.2) (2023-05-15)
### Bug Fixes:
* Reactor.Argument: Remove spurious `is_atom` constraint on `Argument.from_input/2..3`.
## [v0.2.1](https://github.com/ash-project/reactor/compare/v0.2.0...v0.2.1) (2023-05-12)

View file

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

View file

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