diff --git a/.changeset/plain-supervisor-stop.md b/.changeset/plain-supervisor-stop.md deleted file mode 100644 index 0f8346e..0000000 --- a/.changeset/plain-supervisor-stop.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"effect-machine": patch ---- - -Allow an actor to stop itself from protected supervised recovery. Wait for the supervisor to finish cleanup and report its cleanup defects to every stop caller. - -Apply the restart policy when a restarted generation fails during startup. Continue within the retry budget and complete the actor exit when that budget ends. diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b1cc4a..39e0e4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # effect-machine +## 0.25.8 + +### Patch Changes + +- [#81](https://github.com/cevr/effect-machine/pull/81) [`d4f3dea`](https://github.com/cevr/effect-machine/commit/d4f3dea1b5a856df71f77da16e46a6915ebed6a4) Thanks [@cevr](https://github.com/cevr)! - Allow an actor to stop itself from protected supervised recovery. Wait for the supervisor to finish cleanup and report its cleanup defects to every stop caller. + + Apply the restart policy when a restarted generation fails during startup. Continue within the retry budget and complete the actor exit when that budget ends. + ## 0.25.7 ### Patch Changes diff --git a/package.json b/package.json index 03ba311..162c626 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "effect-machine", - "version": "0.25.7", + "version": "0.25.8", "repository": { "type": "git", "url": "https://github.com/cevr/effect-machine.git"