Skip to content

Commit 17720b0

Browse files
committed
v1.9.1
Signed-off-by: John Nunley <dev@notgull.net>
1 parent b6d3a60 commit 17720b0

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
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.9.1
2+
3+
- Remove the thread-local optimization due to the bugs that it introduces. (#106)
4+
15
# Version 1.9.0
26

37
- Re-introduce the thread-local task push optimization to the executor. (#93)

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

0 commit comments

Comments
 (0)