We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 188f976 commit ba6d340Copy full SHA for ba6d340
CHANGELOG.md
@@ -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
8
# Version 1.8.0
9
10
- When spawned tasks panic, the panic is caught and then surfaced in the spawned
Cargo.toml
@@ -3,7 +3,7 @@ name = "async-executor"
# When publishing a new version:
# - Update CHANGELOG.md
# - Create "v1.x.y" git tag
-version = "1.8.0"
+version = "1.8.1"
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
edition = "2021"
rust-version = "1.60"
0 commit comments