Skip to content

Commit e6daa4f

Browse files
committed
Release 4.1.0
1 parent f6488e3 commit e6daa4f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Version 4.1.0
2+
3+
- Add `FallibleTask`. (#21)
4+
15
# Version 4.0.3
26

37
- Document the return value of `Runnable::run()` better.

Cargo.toml

Lines changed: 1 addition & 1 deletion
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.0.3"
6+
version = "4.1.0"
77
authors = ["Stjepan Glavina <[email protected]>"]
88
edition = "2018"
99
rust-version = "1.39"

0 commit comments

Comments
 (0)