From 2dc331e143c739b7d97d8de9a610cfea45cc7e04 Mon Sep 17 00:00:00 2001 From: Marc-Antoine Perennou Date: Mon, 11 Dec 2023 14:32:52 +0100 Subject: [PATCH] v2.4.1 --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b6465e..a7928d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# Version 2.4.1 + +- Update to events-listener 4.0 + # Version 2.4.0 - Update to async-io 2.0 diff --git a/Cargo.toml b/Cargo.toml index 22ad447..b753964 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-global-executor" -version = "2.4.0" +version = "2.4.1" authors = ["Marc-Antoine Perennou "] description = "A global executor built on top of async-executor and async-io" edition = "2021"