From d37bf58d8d102b755521485c193ffafcce31f5d4 Mon Sep 17 00:00:00 2001 From: John Nunley Date: Sun, 31 Dec 2023 10:42:28 -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 a356e30..4888b7a 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"