From 8ca9099cc742e03b130d3f447b7b27777a5aab76 Mon Sep 17 00:00:00 2001 From: John Nunley Date: Sat, 7 Oct 2023 13:48:38 -0700 Subject: [PATCH] v1.8.1 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 4d071d9..d596730 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# Version 1.8.1 + +- Bump `async-signal` to v0.2.3. (#56) + # Version 1.8.0 - Move from `signal-hook` to the `async-signal` crate. (#42) diff --git a/Cargo.toml b/Cargo.toml index 57ce1a5..5f28156 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "async-process" # When publishing a new version: # - Update CHANGELOG.md # - Create "v1.x.y" git tag -version = "1.8.0" +version = "1.8.1" authors = ["Stjepan Glavina "] edition = "2018" rust-version = "1.63"