From 3065c372e1ef1611230195ad7f3aae80ffde8261 Mon Sep 17 00:00:00 2001 From: John Nunley Date: Sat, 27 Apr 2024 12:14:34 -0700 Subject: v4.7.1 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 0b294e4..0324dca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# Version 4.7.1 + +- Improve the panic message for when a task is polled after completion. (#73) + # Version 4.7.0 - Add `from_raw` and `into_raw` functions for `Runnable` to ease passing it diff --git a/Cargo.toml b/Cargo.toml index 9997836..7779a6a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "async-task" # When publishing a new version: # - Update CHANGELOG.md # - Create "v4.x.y" git tag -version = "4.7.0" +version = "4.7.1" authors = ["Stjepan Glavina "] edition = "2021" rust-version = "1.57" -- cgit v1.2.3