From 8b4f9562e370c4eb4c130dcc61b368dfdd4e8274 Mon Sep 17 00:00:00 2001 From: James Harton Date: Mon, 16 Sep 2024 10:14:48 +1200 Subject: [PATCH] chore: release version v0.10.0 --- 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 edcc6ef..9379585 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v0.10.0](https://github.com/ash-project/reactor/compare/v0.9.1...v0.10.0) (2024-09-15) + + + + +### Features: + +* Reactor.Dsl.Flunk: Add a special step type which always fails. (#125) + ## [v0.9.1](https://github.com/ash-project/reactor/compare/v0.9.0...v0.9.1) (2024-08-12) diff --git a/README.md b/README.md index 1a5241c..0af13b8 100644 --- a/README.md +++ b/README.md @@ -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.1"} + {:reactor, "~> 0.10.0"} ] end ``` diff --git a/mix.exs b/mix.exs index f2a0ca5..7b5da28 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Reactor.MixProject do use Mix.Project - @version "0.9.1" + @version "0.10.0" @description "An asynchronous, graph-based execution engine" def project do