From 9f03bd5586ebc06fe4b17c73cc4c699148d57953 Mon Sep 17 00:00:00 2001 From: John Nunley Date: Sun, 5 Nov 2023 17:11:41 -0800 Subject: [PATCH] v2.0.0 Signed-off-by: John Nunley --- CHANGELOG.md | 5 +++++ Cargo.toml | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 62d22f0..2a4e607 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# Version 2.0.0 + +- **Breaking:** Bump subcrates to their newest major versions. (#277, #280, #281, #282, #283) +- Run the `async-process` driver on the executor. (#284) + # Version 1.3.0 - Remove the dependency on the `once_cell` crate to restore the MSRV. (#241) diff --git a/Cargo.toml b/Cargo.toml index 5eebd20..da066b8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,8 +2,8 @@ name = "smol" # When publishing a new version: # - Update CHANGELOG.md -# - Create "v1.x.y" git tag -version = "1.3.0" +# - Create "v2.x.y" git tag +version = "2.0.0" authors = ["Stjepan Glavina "] edition = "2018" rust-version = "1.63"