Skip to content

Commit 4b37c61

Browse files
committed
v1.10.0
Signed-off-by: John Nunley <dev@notgull.net>
1 parent 00f0b99 commit 4b37c61

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Version 1.10.0
2+
3+
- Add a function `spawn_batch` that allows users to spawn multiple tasks while only locking the executor once. (#92)
4+
15
# Version 1.9.1
26

37
- Remove the thread-local optimization due to the bugs that it introduces. (#106)

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name = "async-executor"
33
# When publishing a new version:
44
# - Update CHANGELOG.md
55
# - Create "v1.x.y" git tag
6-
version = "1.9.1"
7-
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
6+
version = "1.10.0"
7+
authors = ["Stjepan Glavina <stjepang@gmail.com>", "John Nunley <dev@notgull.net>"]
88
edition = "2021"
99
rust-version = "1.60"
1010
description = "Async executor"

0 commit comments

Comments
 (0)