From c602ec39d94e575c54f1882d3ea9324b7a0813b4 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Mon, 26 May 2025 02:34:23 +0900 Subject: [PATCH] Release 2.3.1 --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ff5adb3..be2af8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# Version 2.3.1 + +- Update rustix to 1.0. (#94) + # Version 2.3.0 - Use a more efficient backend on Windows. (#87) diff --git a/Cargo.toml b/Cargo.toml index f923595..e17c520 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "async-process" # When publishing a new version: # - Update CHANGELOG.md # - Create "v2.x.y" git tag -version = "2.3.0" +version = "2.3.1" authors = ["Stjepan Glavina "] edition = "2021" rust-version = "1.63"