From c7f1ef42166edf02f21c5514c7bd5f3a63072c3d Mon Sep 17 00:00:00 2001 From: John Nunley Date: Sat, 17 Feb 2024 12:39:51 -0800 Subject: [PATCH] v3.5.0 Signed-off-by: John Nunley --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e6782b..680a31f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# Version 3.5.0 + +- Use the `epoll` backend when RedoxOS is enabled. (#190) + # Version 3.4.0 - Add the ability to identify whether socket connection has failed. (#185) diff --git a/Cargo.toml b/Cargo.toml index 085f13d..ee112a4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "polling" # When publishing a new version: # - Update CHANGELOG.md # - Create "v3.x.y" git tag -version = "3.4.0" +version = "3.5.0" authors = ["Stjepan Glavina ", "John Nunley "] edition = "2021" rust-version = "1.63"