chore: release version v0.9.1

This commit is contained in:
James Harton 2024-08-12 17:04:07 +12:00
parent 379df605c9
commit 992d5cd813
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.9.1](https://github.com/ash-project/reactor/compare/v0.9.0...v0.9.1) (2024-08-12)
### Bug Fixes:
* `Reactor.run!/4` should not return an `:ok` tuple.
## [v0.9.0](https://github.com/ash-project/reactor/compare/v0.8.5...v0.9.0) (2024-07-18)

View file

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

View file

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