Skip to content

Commit 9849082

Browse files
committed
v1.9.0
Signed-off-by: John Nunley <[email protected]>
1 parent 188f976 commit 9849082

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# Version 1.9.0
2+
3+
- Re-introduce the thread-local task push optimization to the executor. (#93)
4+
- Bump `async-task` to v4.4.0. (#90)
5+
- Replace some unnecessary atomic operations with non-atomic operations. (#94)
6+
- Use weaker atomic orderings for notifications. (#95)
7+
- When spawning a future, avoid looking up the ID to assign to that future twice. (#96)
8+
- Avoid a panic when the runner's tick counter overflows. (#101)
9+
110
# Version 1.8.0
211

312
- When spawned tasks panic, the panic is caught and then surfaced in the spawned

Cargo.toml

+1-1
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.8.0"
6+
version = "1.9.0"
77
authors = ["Stjepan Glavina <[email protected]>"]
88
edition = "2021"
99
rust-version = "1.60"

0 commit comments

Comments
 (0)