Skip to content

Commit ef512cb

Browse files
authored
v1.11.0
Signed-off-by: John Nunley <[email protected]>
1 parent df57d9b commit ef512cb

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# Version 1.11.0
2+
3+
- Re-export the `async_task::FallibleTask` primitive. (#113)
4+
- Support racy initialization of the executor state. This should allow the executor to be
5+
initialized on web targets without any issues. (#108)
6+
17
# Version 1.10.0
28

39
- Add a function `spawn_batch` that allows users to spawn multiple tasks while only locking the executor once. (#92)

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "async-executor"
33
# When publishing a new version:
44
# - Update CHANGELOG.md
55
# - Create "v1.x.y" git tag
6-
version = "1.10.0"
6+
version = "1.11.0"
77
authors = ["Stjepan Glavina <[email protected]>", "John Nunley <[email protected]>"]
88
edition = "2021"
99
rust-version = "1.60"

0 commit comments

Comments
 (0)