Skip to content

Commit 5c0f171

Browse files
committed
chore: release version v0.17.0
1 parent 2de230d commit 5c0f171

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-2
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,29 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
55

66
<!-- changelog -->
77

8+
## [v0.17.0](https://github.com/ash-project/reactor/compare/v0.16.0...v0.17.0) (2025-09-30)
9+
10+
11+
12+
13+
### Features:
14+
15+
* Add backoff support for retries. (#267) by James Harton
16+
17+
### Bug Fixes:
18+
19+
* Add stacktrace to exception (#265) by Rutgerdj
20+
21+
* Add stacktrace to exception by Rutgerdj
22+
23+
* remove rescue statement inside AnonFn.run/3 by Rutgerdj
24+
25+
### Improvements:
26+
27+
* Add `description` option to Reactor DSL and struct. (#268) by James Harton
28+
29+
* Prepare Minimal Spark Update (#266) by Jonatan Männchen
30+
831
## [v0.16.0](https://github.com/ash-project/reactor/compare/v0.15.6...v0.16.0) (2025-09-21)
932

1033

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The package can be installed by adding `reactor` to your list of dependencies in
3939
```elixir
4040
def deps do
4141
[
42-
{:reactor, "~> 0.16.0"}
42+
{:reactor, "~> 0.17.0"}
4343
]
4444
end
4545
```

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Reactor.MixProject do
22
use Mix.Project
33

4-
@version "0.16.0"
4+
@version "0.17.0"
55
@description "An asynchronous, graph-based execution engine"
66

77
def project do

0 commit comments

Comments
 (0)