From 0e1adfca1a910c8cb1886fb7af6f6c8a1e40889d Mon Sep 17 00:00:00 2001 From: Charles Lowell Date: Tue, 2 Jan 2024 15:01:16 -0600 Subject: [PATCH] Release Effection v 3.0.1 --- Changelog.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Changelog.md b/Changelog.md index 18e5ce37..3a9fd247 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,13 @@ # Changelog +## 3.0.1 + +- fix typing of `all()` function + https://github.com/thefrontside/effection/pull/873 +- exit from `main()` on SIGTERM as well as SIGINT + https://github.com/thefrontside/effection/pull/874 +- various documentation fixes https://github.com/thefrontside/effection/pull/875 + ## 3.0.0 - remove stream helpers `first()`, `pipe()`, `map()`, and `filter()`