From 754007ff0e642f81240417d2b916478fcd4e4d04 Mon Sep 17 00:00:00 2001 From: John Nunley Date: Sat, 23 Mar 2024 15:56:59 -0700 Subject: [PATCH] v3.6.0 Signed-off-by: John Nunley --- CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 680a31f..2e12f28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# Version 3.6.0 + +- Add an `is_err` method to `Event` to tell when an error has occurred. (#189) +- Add support for HermitOS to `polling`. (#194) + # Version 3.5.0 - Use the `epoll` backend when RedoxOS is enabled. (#190) diff --git a/Cargo.toml b/Cargo.toml index 3aa2455..5730302 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.5.0" +version = "3.6.0" authors = ["Stjepan Glavina ", "John Nunley "] edition = "2021" rust-version = "1.63"