Signed-off-by: John Nunley <dev@notgull.net>
This commit is contained in:
John Nunley 2024-03-29 20:58:08 -07:00 committed by John Nunley
parent b6d3a60b44
commit 17720b098a
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
# Version 1.9.1
- Remove the thread-local optimization due to the bugs that it introduces. (#106)
# Version 1.9.0
- Re-introduce the thread-local task push optimization to the executor. (#93)

View File

@ -3,7 +3,7 @@ name = "async-executor"
# When publishing a new version:
# - Update CHANGELOG.md
# - Create "v1.x.y" git tag
version = "1.9.0"
version = "1.9.1"
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
edition = "2021"
rust-version = "1.60"