Skip to content

Commit 119f82f

Browse files
author
Stjepan Glavina
committed
Bump to 1.1.1
1 parent 45a2c1f commit 119f82f

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 1.1.1
2+
3+
- Fix a use-after-free bug where the schedule function is dropped while running.
4+
15
# Version 1.1.0
26

37
- If a task is dropped or cancelled outside the `run` method, it gets re-scheduled.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "async-task"
3-
version = "1.1.0"
3+
version = "1.1.1"
44
authors = ["Stjepan Glavina <[email protected]>"]
55
edition = "2018"
66
license = "Apache-2.0/MIT"

0 commit comments

Comments
 (0)