From ebc34c3117704e6fd2940f119465ec1f2e4818f0 Mon Sep 17 00:00:00 2001 From: James Harton Date: Thu, 21 Mar 2024 10:47:21 +1300 Subject: [PATCH] chore: release version v0.8.1 --- CHANGELOG.md | 9 +++++++++ README.md | 2 +- mix.exs | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f62478..eb3fd15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v0.8.1](https://github.com/ash-project/reactor/compare/v0.8.0...v0.8.1) (2024-03-20) + + + + +### Bug Fixes: + +* RunStepError: pass entire step struct instead of just name when raising. + ## [v0.8.0](https://github.com/ash-project/reactor/compare/v0.7.0...v0.8.0) (2024-03-18) ### Breaking Changes: diff --git a/README.md b/README.md index 7c7d09c..29d3911 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ The package can be installed by adding `reactor` to your list of dependencies in ```elixir def deps do [ - {:reactor, "~> 0.8.0"} + {:reactor, "~> 0.8.1"} ] end ``` diff --git a/mix.exs b/mix.exs index 3cde838..21f3d97 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Reactor.MixProject do use Mix.Project - @version "0.8.0" + @version "0.8.1" @description "An asynchronous, graph-based execution engine" def project do