From b08d8eab6222dbacaabcf0033cc29c09dac71f2f Mon Sep 17 00:00:00 2001 From: John Nunley Date: Mon, 9 Oct 2023 08:35:04 -0700 Subject: [PATCH] v0.2.4 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 70afebd..7719fb5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# Version 0.2.4 + +- Add `LICENSE` files to this crate. (#23) + # Version 0.2.3 - Remove the `signalfd` backend, as it offered little to no advantages over the pipe-based backend and it didn't catch signals sometimes. (#20) diff --git a/Cargo.toml b/Cargo.toml index fcfacb0..ae28c84 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-signal" -version = "0.2.3" +version = "0.2.4" edition = "2018" authors = ["John Nunley "] rust-version = "1.63"