Skip to content

Commit 3065c37

Browse files
committed
v4.7.1
Signed-off-by: John Nunley <[email protected]>
1 parent 3cfa07f commit 3065c37

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Version 4.7.1
2+
3+
- Improve the panic message for when a task is polled after completion. (#73)
4+
15
# Version 4.7.0
26

37
- Add `from_raw` and `into_raw` functions for `Runnable` to ease passing it

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "async-task"
33
# When publishing a new version:
44
# - Update CHANGELOG.md
55
# - Create "v4.x.y" git tag
6-
version = "4.7.0"
6+
version = "4.7.1"
77
authors = ["Stjepan Glavina <[email protected]>"]
88
edition = "2021"
99
rust-version = "1.57"

0 commit comments

Comments
 (0)