From a1e642196803fc5dff56f1e04e867bfc024966bd Mon Sep 17 00:00:00 2001 From: John Nunley Date: Thu, 5 Sep 2024 19:53:40 -0700 Subject: [PATCH] v2.0.2 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 921d1a7..68d7acd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# Version 2.0.2 + +- Update docs to mention `smol-macros`. (#319) + # Version 2.0.1 - Add a mention to the documentation of `smol::spawn` that tasks spawned with diff --git a/Cargo.toml b/Cargo.toml index 2ab7f8a..829e205 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "smol" # When publishing a new version: # - Update CHANGELOG.md # - Create "v2.x.y" git tag -version = "2.0.1" +version = "2.0.2" authors = ["Stjepan Glavina "] edition = "2018" rust-version = "1.63"