File tree Expand file tree Collapse file tree 3 files changed +29
-2
lines changed
Expand file tree Collapse file tree 3 files changed +29
-2
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,33 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
1212
1313<!-- changelog -->
1414
15+ ## [ v1.0.0] ( https://github.com/ash-project/reactor/compare/v0.17.0...v1.0.0 ) (2026-01-25)
16+ ### Breaking Changes:
17+
18+ * Store inputs in their own struct (#269 ) by James Harton
19+
20+
21+
22+ ### Features:
23+
24+ * add tests for guard telemetry events by Jaden
25+
26+ ### Bug Fixes:
27+
28+ * remove unused async options from ` Reactor.undo/3 ` (#292 ) by James Harton
29+
30+ * move mermaid script to ` before_closing_body_tag ` for proper rendering (#289 ) by James Harton
31+
32+ * implement ` nested_steps/1 ` for ` Step.Switch ` to fix dependency resolution (#288 ) by James Harton
33+
34+ * set proper class for reactor errors (#286 ) by Zach Daniel
35+
36+ * Telemetry middleware crashes on unhandled guard events (#276 ) by Jaden
37+
38+ * telemetry middleware implements guard steps by Jaden
39+
40+ * tests failing because of REUSE annotations (#275 ) by James Harton
41+
1542## [ v0.17.0] ( https://github.com/ash-project/reactor/compare/v0.16.0...v0.17.0 ) (2025-09-30)
1643
1744
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ The package can be installed by adding `reactor` to your list of dependencies in
4747``` elixir
4848def deps do
4949 [
50- {:reactor , " ~> 0.17 .0" }
50+ {:reactor , " ~> 1.0 .0" }
5151 ]
5252end
5353```
Original file line number Diff line number Diff line change 66defmodule Reactor.MixProject do
77 use Mix.Project
88
9- @ version "0.17 .0"
9+ @ version "1.0 .0"
1010 @ description "An asynchronous, graph-based execution engine"
1111
1212 def project do
You can’t perform that action at this time.
0 commit comments