Skip to content

Commit df74431

Browse files
committed
chore: release version v0.16.0
1 parent 1333139 commit df74431

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.16.0](https://github.com/ash-project/reactor/compare/v0.15.6...v0.16.0) (2025-09-21)
9+
10+
11+
12+
13+
### Features:
14+
15+
* Allow Reactors to be able to be undone after successful completion. (#262) by James Harton
16+
17+
* add allow_async? flag to compose DSL (#256) by James Harton
18+
19+
### Bug Fixes:
20+
21+
* undo for composed reactors (#263) by James Harton
22+
23+
* resolve nested step dependency and argument inheritance issues (#258) by James Harton
24+
25+
* correct current_try increment during step retries (#257) by James Harton
26+
27+
* correct current_try increment during step retries by James Harton
28+
29+
* mermaid: trim whitespace from module names to prevent :nofile errors (#253) by James Harton
30+
831
## [v0.15.6](https://github.com/ash-project/reactor/compare/v0.15.5...v0.15.6) (2025-07-02)
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.15.6"}
42+
{:reactor, "~> 0.16.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.15.6"
4+
@version "0.16.0"
55
@description "An asynchronous, graph-based execution engine"
66

77
def project do

0 commit comments

Comments
 (0)