Skip to content

Commit 4df90f6

Browse files
committed
chore: release version v0.4.3
1 parent d294959 commit 4df90f6

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

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

1313
<!-- changelog -->
1414

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+
1524
## [v0.4.2](https://github.com/ash-project/reactor_process/compare/v0.4.1...v0.4.2) (2025-06-10)
1625

1726

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ defmodule Reactor.Process.MixProject do
77
A Reactor extension which provides steps for working with supervisors.
88
"""
99

10-
@version "0.4.2"
10+
@version "0.4.3"
1111
use Mix.Project
1212

1313
def project do

0 commit comments

Comments
 (0)