Skip to content

Commit db9f5d6

Browse files
committed
Release v0.8.6
1 parent a61ff0d commit db9f5d6

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -433,6 +433,10 @@ If you find any bugs or would like to suggest a feature, please [open an issue o
433433

434434
We will collect change descriptions here until we come up with a more stable format when changes get bigger.
435435

436+
- v0.8.6, 2025-04-28
437+
438+
Fix bug in runtime monitor where map of waiting actors was not cleared out.
439+
436440
- v0.8.5, 2025-04-23
437441

438442
Fix a hidden bug in the fix for v0.8.3.

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule Chorex.MixProject do
44
def project do
55
[
66
app: :chorex,
7-
version: "0.8.5",
7+
version: "0.8.6",
88
elixir: "~> 1.16",
99
start_permanent: Mix.env() == :prod,
1010
description: description(),

0 commit comments

Comments
 (0)