Skip to content

Commit ba6d340

Browse files
committed
v1.8.1
Signed-off-by: John Nunley <dev@notgull.net>
1 parent 188f976 commit ba6d340

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# Version 1.8.1
2+
3+
- Bump `async-task` to v4.4.0. (#90)
4+
- Replace some unnecessary atomic operations with non-atomic operations. (#94)
5+
- Use weaker atomic orderings for notifications. (#95)
6+
- When spawning a future, avoid looking up the ID to assign to that future twice. (#96)
7+
18
# Version 1.8.0
29

310
- 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.8.1"
77
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
88
edition = "2021"
99
rust-version = "1.60"

0 commit comments

Comments
 (0)