Skip to content

Commit 2f993fe

Browse files
committed
chore: release version v1.0.0
1 parent 304c237 commit 2f993fe

File tree

3 files changed

+29
-2
lines changed

3 files changed

+29
-2
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff 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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ The package can be installed by adding `reactor` to your list of dependencies in
4747
```elixir
4848
def deps do
4949
[
50-
{:reactor, "~> 0.17.0"}
50+
{:reactor, "~> 1.0.0"}
5151
]
5252
end
5353
```

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
defmodule 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

0 commit comments

Comments
 (0)