diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a4e607..921d1a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# Version 2.0.1 + +- Add a mention to the documentation of `smol::spawn` that tasks spawned with + this function don't have their destructors called when the program ends. (#312) + # Version 2.0.0 - **Breaking:** Bump subcrates to their newest major versions. (#277, #280, #281, #282, #283) diff --git a/Cargo.toml b/Cargo.toml index 117fe03..7b8c581 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.0" +version = "2.0.1" authors = ["Stjepan Glavina "] edition = "2018" rust-version = "1.63"