We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d294959 commit 4df90f6Copy full SHA for 4df90f6
2 files changed
CHANGELOG.md
@@ -12,6 +12,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
12
13
<!-- changelog -->
14
15
+## [v0.4.3](https://github.com/ash-project/reactor_process/compare/v0.4.2...v0.4.3) (2026-02-15)
16
+
17
18
19
20
+### Bug Fixes:
21
22
+* tests: verifiers no longer raise by dependabot[bot] [(#5)](https://github.com/ash-project/reactor_process/pull/5)
23
24
## [v0.4.2](https://github.com/ash-project/reactor_process/compare/v0.4.1...v0.4.2) (2025-06-10)
25
26
mix.exs
@@ -7,7 +7,7 @@ defmodule Reactor.Process.MixProject do
7
A Reactor extension which provides steps for working with supervisors.
8
"""
9
10
- @version "0.4.2"
+ @version "0.4.3"
11
use Mix.Project
def project do
0 commit comments