From c421332ad8333f94da58563ecf88c6e5ff4f0fbb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 6 Sep 2026 22:38:45 +0000 Subject: [PATCH] Version Packages --- .changeset/quiet-startup-shutdown.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/quiet-startup-shutdown.md diff --git a/.changeset/quiet-startup-shutdown.md b/.changeset/quiet-startup-shutdown.md deleted file mode 100644 index 4331a6e..0000000 --- a/.changeset/quiet-startup-shutdown.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"effect-machine": patch ---- - -Stop pending actor startup before closing its runtime. Wait for recovery cleanup even when a stop caller cancels its wait. Finish shutdown owner creation and cache publication before accepting caller cancellation. Preserve terminal lifecycle during initial startup and supervised activation. Keep synchronous host sends ready when startup completes. Preserve recovery cleanup errors and prevent recovery fallbacks from swallowing self-stop. diff --git a/CHANGELOG.md b/CHANGELOG.md index ebd2f22..5b1cc4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # effect-machine +## 0.25.7 + +### Patch Changes + +- [#79](https://github.com/cevr/effect-machine/pull/79) [`4d431d1`](https://github.com/cevr/effect-machine/commit/4d431d15d150405983d7730159829ac93d6bf30f) Thanks [@cevr](https://github.com/cevr)! - Stop pending actor startup before closing its runtime. Wait for recovery cleanup even when a stop caller cancels its wait. Finish shutdown owner creation and cache publication before accepting caller cancellation. Preserve terminal lifecycle during initial startup and supervised activation. Keep synchronous host sends ready when startup completes. Preserve recovery cleanup errors and prevent recovery fallbacks from swallowing self-stop. + ## 0.25.6 ### Patch Changes diff --git a/package.json b/package.json index d6d4875..03ba311 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "effect-machine", - "version": "0.25.6", + "version": "0.25.7", "repository": { "type": "git", "url": "https://github.com/cevr/effect-machine.git"